cloud-ide-core 2.0.86 → 2.0.87
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.
|
@@ -18774,7 +18774,7 @@ class CideCoreUserRoleListComponent {
|
|
|
18774
18774
|
canToggleStatus = computed(() => this.rightsService.hasRight('TOGGLE_STATUS'), ...(ngDevMode ? [{ debugName: "canToggleStatus" }] : []));
|
|
18775
18775
|
ngOnInit() {
|
|
18776
18776
|
// Initialize rights for user role management
|
|
18777
|
-
this.rightsService.initializeRights('
|
|
18777
|
+
this.rightsService.initializeRights('core_user_role');
|
|
18778
18778
|
console.log('👥 User Role List Component initialized');
|
|
18779
18779
|
this.loadUserRoles();
|
|
18780
18780
|
}
|
|
@@ -19288,7 +19288,7 @@ class CideCoreUserRoleFormComponent {
|
|
|
19288
19288
|
}, ...(ngDevMode ? [{ debugName: "templateRenderers" }] : []));
|
|
19289
19289
|
ngOnInit() {
|
|
19290
19290
|
// Initialize rights for user role management
|
|
19291
|
-
this.rightsService.initializeRights('
|
|
19291
|
+
this.rightsService.initializeRights('core_user_role');
|
|
19292
19292
|
console.log('👥 User Role Form Component initialized');
|
|
19293
19293
|
this.initializeForm();
|
|
19294
19294
|
this.loadMasterData();
|