Loading client-app/src/detail/_DetailAdministrative.js +4 −4 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ define([ if (!dataItems?.length) { this._hideWidget('documentList'); return; }; } this._showWidget('documentList'); dataItems.forEach(function(dataItem) { Loading @@ -81,7 +81,7 @@ define([ if (!dataItems?.length) { this._hideWidget('contactList'); return; }; } this._showWidget('contactList'); this._injectEntityData(dataItems, this.contactTarget); Loading @@ -92,7 +92,7 @@ define([ if (!dataItems?.length) { this._hideWidget('platformList'); return; }; } this._showWidget('platformList'); this._injectEntityData(dataItems, this.platformTarget); Loading @@ -103,7 +103,7 @@ define([ if (!dataItems?.length) { this._hideWidget('organisationList'); return; }; } this._showWidget('organisationList'); this._injectEntityData(dataItems, this.organisationTarget); Loading Loading
client-app/src/detail/_DetailAdministrative.js +4 −4 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ define([ if (!dataItems?.length) { this._hideWidget('documentList'); return; }; } this._showWidget('documentList'); dataItems.forEach(function(dataItem) { Loading @@ -81,7 +81,7 @@ define([ if (!dataItems?.length) { this._hideWidget('contactList'); return; }; } this._showWidget('contactList'); this._injectEntityData(dataItems, this.contactTarget); Loading @@ -92,7 +92,7 @@ define([ if (!dataItems?.length) { this._hideWidget('platformList'); return; }; } this._showWidget('platformList'); this._injectEntityData(dataItems, this.platformTarget); Loading @@ -103,7 +103,7 @@ define([ if (!dataItems?.length) { this._hideWidget('organisationList'); return; }; } this._showWidget('organisationList'); this._injectEntityData(dataItems, this.organisationTarget); Loading