@trudb/tru-common-lib 0.2.546 → 0.2.547

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.
@@ -2588,6 +2588,7 @@ class TruDesktopManager {
2588
2588
  }
2589
2589
  getWindowEvent = (tableName, tablePluralName, tablePluralLabel, isModal, componentName, entities = [], entityIndex = 0, openAsDetaiView = false, showNavigation = true, parentDataContext = null) => {
2590
2590
  var windowEvent = new TruWindowEventArgs();
2591
+ windowEvent.title = tablePluralLabel;
2591
2592
  windowEvent.tableName = tableName;
2592
2593
  windowEvent.tablePluralName = tablePluralName;
2593
2594
  windowEvent.tablePluralLabel = tablePluralLabel;