Task #162657 chore: Public access to UCM list and Item view#368
Open
KishoriBKarale wants to merge 2 commits intotechjoomla:release-1.2.4from
Open
Task #162657 chore: Public access to UCM list and Item view#368KishoriBKarale wants to merge 2 commits intotechjoomla:release-1.2.4from
KishoriBKarale wants to merge 2 commits intotechjoomla:release-1.2.4from
Conversation
| $this->params = $app->getParams('com_tjucm'); | ||
| $this->ucmTypeId = $model->getState('ucmType.id'); | ||
|
|
||
| if (!$user->id) |
Collaborator
There was a problem hiding this comment.
@KishoriBKarale Do we need to check this especially for public users?
We can check if any kind of user has access to the page.
| if (!$user->id) | ||
| { | ||
| // Check public user permission for view all items | ||
| if (empty($user->authorise('core.type.viewitem', 'com_tjucm.type.' . $this->ucmTypeId))) |
Collaborator
There was a problem hiding this comment.
@KishoriBKarale Use TjucmAccess class to check ACL and permission
| if (!$user->id) | ||
| { | ||
| // Check public user permission for view all items | ||
| if (empty($user->authorise('core.type.viewitem', 'com_tjucm.type.' . $this->ucmTypeId))) |
Collaborator
There was a problem hiding this comment.
@KishoriBKarale Check the same as mentioned in the above comments
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.
No description provided.