@eqproject/eqp-dynamic-module 2.3.5 → 2.3.6

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.
@@ -3300,7 +3300,7 @@ class ListViewFormRecordComponent {
3300
3300
  // ].map(() => false);
3301
3301
  this.defaultListActions = this.configurations.defaultListActions;
3302
3302
  this.showTitle = this.configurations.showTitle;
3303
- this.outCompileConfigurations = new DynamicModuleCompileConfig(this.compileConfigurations.showTitle, this.compileConfigurations.showSaveButton, this.compileConfigurations.showBackButton, this.compileConfigurations.userID);
3303
+ this.outCompileConfigurations = new DynamicModuleCompileConfig(this.compileConfigurations.showTitle, this.compileConfigurations.showSaveButton, this.compileConfigurations.showBackButton, this.compileConfigurations.userID, this.compileConfigurations.additionalParams);
3304
3304
  this.debugLog("outcompileConfigurations ", this.outCompileConfigurations);
3305
3305
  this.getFormByID();
3306
3306
  this.configureListviewButtons();