fix: editing buttons showing up even if no action is allowed (#2043)
* feat: Edit / Page Create Buttons showing up even if no action is allowed #1780
This commit is contained in:
@@ -156,7 +156,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
pageId: get('page/id'),
|
||||
permissions: get('page/commentsPermissions'),
|
||||
permissions: get('page/effectivePermissions@comments'),
|
||||
isAuthenticated: get('user/authenticated'),
|
||||
userDisplayName: get('user/name')
|
||||
},
|
||||
|
Reference in New Issue
Block a user