mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Fix enforcer policy add and delete
This commit is contained in:
@ -30,7 +30,7 @@ class AdapterListPage extends BaseListPage {
|
||||
owner: owner,
|
||||
name: `adapter_${randomName}`,
|
||||
createdTime: moment().format(),
|
||||
table: "tableName",
|
||||
table: "table_name",
|
||||
useSameDb: true,
|
||||
};
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ class SyncerListPage extends BaseListPage {
|
||||
password: "123456",
|
||||
databaseType: "mysql",
|
||||
database: "dbName",
|
||||
table: "tableName",
|
||||
table: "table_name",
|
||||
tableColumns: [],
|
||||
affiliationTable: "",
|
||||
avatarBaseUrl: "",
|
||||
|
Reference in New Issue
Block a user