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
06aa04ff
Commit
06aa04ff
authored
Oct 05, 2019
by
Hiep Le
Committed by
Nicolas Giard
Oct 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove page rules (#1083)
parent
3b0cef90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
admin-groups-edit-rules.vue
client/components/admin/admin-groups-edit-rules.vue
+2
-2
No files found.
client/components/admin/admin-groups-edit-rules.vue
View file @
06aa04ff
...
@@ -243,8 +243,8 @@ export default {
...
@@ -243,8 +243,8 @@ export default {
locales
:
[]
locales
:
[]
})
})
},
},
removeRule
(
rule
)
{
removeRule
(
rule
Id
)
{
this
.
group
.
pageRules
.
splice
(
_
.
findIndex
(
this
.
group
.
pageRules
,
[
'id'
,
rule
.
i
d
]),
1
)
this
.
group
.
pageRules
.
splice
(
_
.
findIndex
(
this
.
group
.
pageRules
,
[
'id'
,
rule
I
d
]),
1
)
},
},
comingSoon
()
{
comingSoon
()
{
this
.
$store
.
commit
(
'showNotification'
,
{
this
.
$store
.
commit
(
'showNotification'
,
{
...
...
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