Skip to content

fix(systemtags): offer every tag in the tag selects - #64578

Merged
solracsf merged 1 commit into
masterfrom
fix/systemtags-select-all-tags
Sep 20, 2026
Merged

solracsf merged 1 commit into
masterfrom
fix/systemtags-select-all-tags

Conversation

@solracsf

@solracsf solracsf commented Sep 20, 2026

Copy link
Copy Markdown
Member

Summary

NcSelectTags shows only 5 options in its dropdown by default (a vue-select limit prop), and its own docs say to pass :limit="null" to show every tag. Three selects in the repo never did:

  • the tag editor in Admin settings > Collaborative tags
  • the tag field in the Files sidebar
  • the tag check in Workflow rules

Each now passes :limit="null".

Tested: a new component test mounts the admin settings tag editor with 8 tags and asserts every tag is offered; it fails with "expected length 8 but got 5" without the fix and passes with it. Ran apps/systemtags and apps/workflowengine under vitest (both frontend projects), and eslint/stylelint on the changed files, all green.

TODO

  • ...

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

NcSelectTags only lists five options by default, so the tag editor in the
admin settings, the tag field in the files sidebar and the tag check of the
workflow engine each stopped at five tags.

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
@solracsf

Copy link
Copy Markdown
Member Author

/backport to stable35

@solracsf

Copy link
Copy Markdown
Member Author

/backport to stable34

@solracsf

Copy link
Copy Markdown
Member Author

/backport to stable33

@solracsf
solracsf enabled auto-merge September 20, 2026 11:49
@solracsf
solracsf merged commit c3db983 into master Sep 20, 2026
128 of 131 checks passed
@solracsf
solracsf deleted the fix/systemtags-select-all-tags branch September 20, 2026 13:14
@GhassenKefi

Copy link
Copy Markdown
Contributor

/backport to stable32

@GhassenKefi

Copy link
Copy Markdown
Contributor

/backport to stable31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Since update NC 34.0.3 to 34.0.4 i can no longer edit nor use collaborative tags more than the first five tags

3 participants