Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
f3629056
Commit
f3629056
authored
May 11, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: hide write permissions when editing guest group
parent
1a33a43a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
admin-groups-edit-permissions.vue
client/components/admin/admin-groups-edit-permissions.vue
+7
-7
No files found.
client/components/admin/admin-groups-edit-permissions.vue
View file @
f3629056
...
...
@@ -63,21 +63,21 @@ export default {
permission
:
'write:pages'
,
hint
:
'Can create / edit pages, as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
},
{
permission
:
'manage:pages'
,
hint
:
'Can move existing pages as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
},
{
permission
:
'delete:pages'
,
hint
:
'Can delete existing pages, as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
},
{
...
...
@@ -105,14 +105,14 @@ export default {
permission
:
'write:assets'
,
hint
:
'Can upload new assets (such as images and files), as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
},
{
permission
:
'manage:assets'
,
hint
:
'Can edit and delete existing assets (such as images and files), as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
},
{
...
...
@@ -126,14 +126,14 @@ export default {
permission
:
'write:comments'
,
hint
:
'Can post new comments, as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
},
{
permission
:
'manage:comments'
,
hint
:
'Can edit and delete existing comments, as specified in the Page Rules'
,
warning
:
false
,
restrictedForSystem
:
fals
e
,
restrictedForSystem
:
tru
e
,
disabled
:
false
}
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment