-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Added possibility to batch remove a tag #40609
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
Conversation
This is a new feature isn't it? |
build/media_source/layouts/js/joomla/html/batch/batch-tag-addremove.es6.js
Outdated
Show resolved
Hide resolved
@brianteeman To me it seems so, and the referred issue also was labelled as feature and not as bug. Am just clarifying with other maintainers what they think. |
Co-authored-by: Richard Fath <[email protected]>
Co-authored-by: Brian Teeman <[email protected]>
@beni71 Thank you very much for this PR. Due to our development roadmap, new features will go into version 5.0. Before you get shocked now: 5.0 will be released at the same time as 4.4 in October this year. 4.4 will serve as a bridge version for updating to 5 in the same way as the 3.10 was for 4, so we don't include new features into 4.4 if they are not needed for a smooth update to 5. 4.3.0 had feature freeze when it was in beta phase, and with patch versions we do not include new features in general. This all for your understanding so you are not too disappointed. Could you rebase this PR to 5.0-dev? Let us know here if you need help or advise with that. Or maybe it is better if you create a new branch based on the 5.0-dev branch and make the PR again with that new branch, so your 4.3-dev branch will not be rebased to 5.0-dev because that could be confusing in future. Thanks in advance. |
Ok, so I can close this PR. |
Pull Request for Issue #23185 .
Summary of Changes
In the articles view there is a batch action which can add/assign one tag from the tag list to the selected articles. This PR introduces the possibility to remove/unassign one tag from the selected articles. It also extends batch processing for categories, contacts and news feeds.
How it looks like:
Testing Instructions
Actual result BEFORE applying this Pull Request
It is not possible to remove/unassign a tag from an article via batch processing.
Expected result AFTER applying this Pull Request
It is possible to remove/unassign a tag from an article via batch processing.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
There are new text keys that need to be translated.