We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfefd9b commit 770e480Copy full SHA for 770e480
admin-ui/app/utils/PermChecker.js
@@ -85,7 +85,7 @@ export const SQL_WRITE = BASE_URL + '/config/database/sql.write'
85
export const SQL_DELETE = BASE_URL + '/config/database/sql.delete'
86
87
export const STAT_READ = BASE_URL + '/config/stats.readonly'
88
-export const STAT_JANS_READ = BASE_URL + '/config/stats.jans_stat.readonly'
+export const STAT_JANS_READ = 'jans_stat'
89
90
export const USER_READ = BASE_URL + '/config/user.readonly'
91
export const USER_WRITE = BASE_URL + '/config/user.write'
0 commit comments