Skip to content

Commit

Permalink
Merge pull request #231 from wonknu/bug_user_list_save
Browse files Browse the repository at this point in the history
Bug user list save
  • Loading branch information
gregorybesson committed Aug 11, 2017
2 parents f6ba43e + 1b160e8 commit f88e764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/users/utils.js
Expand Up @@ -255,7 +255,7 @@ export function isUserAllowedOnRoute(workflow, currentRoute) {
return true
}

if (currentRoute.indexOf('abe/') === -1) {
if (currentRoute.indexOf('/abe') === -1) {
isAllowed = true
}

Expand Down
2 changes: 1 addition & 1 deletion src/server/views/list-url.html
Expand Up @@ -6,7 +6,7 @@
<!-- This line below is specific to Electron -->
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
</head>
<body class="with-menu engine-open">
<body class="with-menu engine-open user-list">
{{abeImport 'header-menu' manager.config this}}
<div class="container-main">
<div class="container-table">
Expand Down

0 comments on commit f88e764

Please sign in to comment.