Pre-fill tables data so they all wont pop-up from thin air
This commit is contained in:
parent
a04eb703f5
commit
0c14da73df
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ class GroupACLController extends GetxController {
|
|||
|
||||
Future<void> refreshData() async {
|
||||
await refreshTables();
|
||||
for (final table in tables) {
|
||||
_access[table.tableId] = TableAccess.none;
|
||||
}
|
||||
|
||||
for (final table in tables) {
|
||||
await refreshTableAccess(table);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue