hl-core 0.0.10-beta.49 → 0.0.10-beta.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/composables/index.ts +1 -1
- package/package.json +1 -1
package/composables/index.ts
CHANGED
|
@@ -870,7 +870,7 @@ export class RoleController {
|
|
|
870
870
|
return {
|
|
871
871
|
invoiceInfo: this.isAdmin() || this.isSupport(),
|
|
872
872
|
toLKA: this.isAgent() || this.isManagerHalykBank() || baseAccessRoles,
|
|
873
|
-
toLKAv2: this.
|
|
873
|
+
toLKAv2: this.isHR() || baseAccessRoles,
|
|
874
874
|
toAML: this.isCompliance() || baseAccessRoles,
|
|
875
875
|
toAULETTI: this.isAgentAuletti() || this.isManagerAuletti() || baseAccessRoles,
|
|
876
876
|
toLKA_A: this.isAgentAuletti() || baseAccessRoles,
|