Skip to content

Commit

Permalink
Improved: permissionID to INVCOUNT_APP_VIEW(#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Dec 21, 2023
1 parent 0078fb6 commit 00fb400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VUE_APP_I18N_FALLBACK_LOCALE=en
VUE_APP_CACHE_MAX_AGE=3600
VUE_APP_VIEW_SIZE=10
VUE_APP_BASE_URL=
VUE_APP_PERMISSION_ID="INVENTORY_APP_VIEW"
VUE_APP_PERMISSION_ID="INVCOUNT_APP_VIEW"
VUE_APP_ALIAS=
VUE_APP_DEFAULT_LOG_LEVEL="error"
VUE_APP_LOGIN_URL="http://launchpad.hotwax.io/login"
2 changes: 1 addition & 1 deletion src/authorization/Actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export default {
"APP_VARIANCE_LOG": "APP_VARIANCE_LOG",
"APP_INVNTRY_CNT_IMPORT": "APP_INVNTRY_CNT_IMPORT",
"APP_QOH_STNG_UPDATE": "APP_QOH_STNG_UPDATE",
"INVENTORY_APP_VIEW": "INVENTORY_APP_VIEW"
"INVCOUNT_APP_VIEW": "INVCOUNT_APP_VIEW"
}
2 changes: 1 addition & 1 deletion src/authorization/Rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export default {
"APP_INVNTRY_CNT_IMPORT": "",
"APP_QOH_STNG_UPDATE": "COMMON_ADMIN",
"APP_INVCUNT_ADMIN": "COMMON_ADMIN",
"INVENTORY_APP_VIEW": "INVENTORY_APP_VIEW"
"INVCOUNT_APP_VIEW": "INVCOUNT_APP_VIEW"
} as any

0 comments on commit 00fb400

Please sign in to comment.