-
Notifications
You must be signed in to change notification settings - Fork 95
Allow to filter the available tags #2973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to filter the available tags #2973
Conversation
Signed-off-by: Joas Schilling <[email protected]>
9abcf95 to
9fb8e6f
Compare
|
Hm, interesting. We have a related PR here #2885 which aims at removing the limit of shown tags of currently 5. How about we solve #2884 here as well, by removing |
|
Would be fine by me |
Signed-off-by: Joas Schilling <[email protected]>
|
Nice solution for me, too, thanks! I think the only things missing are the docs and maybe some tests? If you're interested i could provide them in a separate PR |
That would be very welcome, I think. |
|
@R0Wi very much welcome as I'm very bad in JS/docs and more a consumer only |
|
Since this is non breaking I would then also backport it. |
|
/backport to stable5 |
Signed-off-by: R0Wi <[email protected]>
Signed-off-by: R0Wi <[email protected]>
Add docs and tests for #2973
Signed-off-by: R0Wi <[email protected]>
Signed-off-by: R0Wi <[email protected]>
[stable5] Add docs and tests for #2973
Required to migrate behaviour like this
https://github.com/nextcloud/files_retention/blob/dcb68844ab563c261d3f8f8be5c90d2e3c9c8407/js/admin.js#L140-L143
to the Vue component.