view user access filter active

This commit is contained in:
Yuri Kuznetsov
2024-11-07 20:48:37 +02:00
parent 11ea52d516
commit 89278e6856
@@ -25,6 +25,7 @@
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "EspoCRM" word.
************************************************************************/
import RelatedListModalView from 'views/modals/related-list';
export default class {
@@ -84,6 +85,7 @@ export default class {
maxSize: this.view.getConfig().get('recordsPerPageSmall'),
rowActionsView: null,
listLayout: listLayout,
filter: 'active',
});
await this.view.assignView('dialog', view);