cat-qw-lib 0.41.19 → 0.41.21
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/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -3528,6 +3528,7 @@ class DdAdminFormComponent extends BaseFormComponent {
|
|
|
3528
3528
|
this.baseStore.setIsApiValidated(null);
|
|
3529
3529
|
this.init();
|
|
3530
3530
|
this.sidebarVisibility = new Array(this.record.dictionaryItems.length).fill(false);
|
|
3531
|
+
console.log(this.record);
|
|
3531
3532
|
if (this.record.queueID) {
|
|
3532
3533
|
console.log(this.record.queueID);
|
|
3533
3534
|
this.handleGetProperties(this.record.queueID);
|