Revolution #1

Merged
nuark merged 28 commits from revolution into master 2023-05-08 08:50:16 +03:00
Showing only changes of commit 0c14da73df - Show all commits

View file

@ -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);