@eqproject/eqp-dynamic-module 2.2.14 → 2.2.15
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/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3121,12 +3121,12 @@ class ListViewFormRecordComponent {
|
|
|
3121
3121
|
// this.panelOpenState = [
|
|
3122
3122
|
// ...Array(this.configurations.values.length + 1),
|
|
3123
3123
|
// ].map(() => false);
|
|
3124
|
-
this.configureListviewButtons();
|
|
3125
3124
|
this.defaultListActions = this.configurations.defaultListActions;
|
|
3126
3125
|
this.showTitle = this.configurations.showTitle;
|
|
3127
3126
|
this.outCompileConfigurations = new DynamicModuleCompileConfig(this.compileConfigurations.showTitle, this.compileConfigurations.showSaveButton, this.compileConfigurations.showBackButton, this.compileConfigurations.userID);
|
|
3128
3127
|
this.debugLog("outcompileConfigurations ", this.outCompileConfigurations);
|
|
3129
3128
|
this.getFormByID();
|
|
3129
|
+
this.configureListviewButtons();
|
|
3130
3130
|
// this.outCompileConfigurations.userID;
|
|
3131
3131
|
// this.values = this.configurations.values
|
|
3132
3132
|
// this.configureColumns();
|