Fix hidden nm with no initial rows were requesting data too early

This commit is contained in:
nathan
2022-11-07 14:51:42 -07:00
parent f2c763dc4d
commit 104680c477
3 changed files with 18 additions and 8 deletions

View File

@@ -500,6 +500,7 @@ class AdminApp extends EgwApp
{
this.nm.set_disabled(true);
this.groups.set_disabled(false);
jQuery(this.et2.parentNode).trigger('show.et2_nextmatch');
}