joomla-cms
joomla-cms copied to clipboard
[5.2] Search for content checked out by an author
Pull Request for Issue #43957 .
Summary of Changes
Adds the ability to search for all content that is checked out by a user
Testing Instructions
Check out some articles
Actual result BEFORE applying this Pull Request
There is no way to filter or search the list of articles by their checked out status
Expected result AFTER applying this Pull Request
Using the search input you can now search for content checkout out by a specified author (using their username or real name) by entering CHECKEDOUT: author. Obviously replacing author with their real name or username
If accepted documentation will be created
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
I have tested this item :white_check_mark: successfully on 555b375cecce5bdbcbff6051071fadf0ab1460a5
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43965.
@brianteeman Now after the last change I think you should change the description of the expected result in the testing instructions.
Currently it says:
Using the search input you can now search for content created by a specified author
I think it should be:
Using the search input you can now search for content checked out by a specified user
@richard67 done
@fgsw Could you test again? Thanks in advance.
I have tested this item :white_check_mark: successfully on 0fc5cf135aa8bf3f6b7e3dc689c95a0797823634
Works as described
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43965.
I have tested this item :white_check_mark: successfully on 0fc5cf135aa8bf3f6b7e3dc689c95a0797823634
Works as expected on a freshly-created 5.2.0-beta1 site.
Just a comment: Although this is a much-needed feature, having the ability to list checked-out articles by ALL users would also be super useful for sites that have a number of authors. Perhaps something like "checkedout:*" or just "checkedout".
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43965.
RTC
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43965.
@maintainers an alternative to this approach would be to add a filter for checked out and then it could be additionally combined with the existing author filter.
Thank you for your contribution @brianteeman!
thanks