cloud-ide-core 2.0.90 → 2.0.91

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.
@@ -3931,7 +3931,10 @@ class CideCoreDesignationListComponent {
3931
3931
  */
3932
3932
  initializeComponent() {
3933
3933
  console.log('CideCoreDesignationListComponent initialized with modern Angular patterns');
3934
- // Load designations first since department and grade level data is populated in the response
3934
+ // Load departments and grade levels first for dropdown options
3935
+ this.loadDepartments();
3936
+ this.loadGradeLevels();
3937
+ // Then load designations
3935
3938
  this.loadDesignations();
3936
3939
  this.setupEventListeners();
3937
3940
  this.exposeGlobalFunctions();