Several ACL & Toolbar fixes for com_finder (Smart Search)#221
Closed
sanderpotjer wants to merge 2 commits intojoomla:masterfrom
sanderpotjer:finder-aclfixes
Closed
Several ACL & Toolbar fixes for com_finder (Smart Search)#221sanderpotjer wants to merge 2 commits intojoomla:masterfrom sanderpotjer:finder-aclfixes
sanderpotjer wants to merge 2 commits intojoomla:masterfrom
sanderpotjer:finder-aclfixes
Conversation
Member
Author
Contributor
|
I'm closing this as it's not mergeable and 1 year old. Feel free to open if you update it and are still interested in get it merged. Thanks for contributing. |
wilsonge
pushed a commit
to wilsonge/joomla-cms
that referenced
this pull request
May 26, 2019
…ring Fix language string in status-postinstallation
richard67
pushed a commit
to richard67/joomla-cms
that referenced
this pull request
Apr 3, 2020
Correct 2.0.0 schema updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch fixes several ACL and toolbar fixes for com_finder (Smart Search).
Changed position of Option button in toolbar to next to the help button (so it is in line with all other components) for several views
The Index button in the toolbar of Indexed Content view is now only visible when user is allowed for the core.create action instead of visible for user with access to the component.
Purge button visible in toolbar of Indexed Content view when allowed for core.delete instead of core.edit.state (delete action, not a state change)
Clickable state button is now checking for core.edit.state action setting instead of core.manage for several views
The Edit button in the toolbar of the Search Filter view was visible when allowed for the core.create action, now checking for the core.edit action.
"Create a filter" link (visible when no filters added yet) in the Search Filter table now only visible when allowed for the core.create action.
When allowed for core.edit and denied for core.edit.state and editing a Search Filter you were able to change the status (published/unpublished). This is now only possible when allowed for core.edit.state action.