@mediusinc/mng-commons 6.2.0-rc.0 → 6.2.1-rc.0

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.
@@ -5381,7 +5381,7 @@ class TableviewRouteBuilder extends RouteBuilder {
5381
5381
  };
5382
5382
  this.withData(this.routeData);
5383
5383
  if (this.tableviewPermissions?.[TableviewActionDefaultCategories.READ]) {
5384
- this.routeData.permissions = this.tableviewPermissions[TableviewActionDefaultCategories.READ];
5384
+ super.withPermissions(this.tableviewPermissions[TableviewActionDefaultCategories.READ]);
5385
5385
  }
5386
5386
  // copy route data for children, reset breadcrumbs menu items and permission
5387
5387
  const childrenRouteData = {