mirror of
https://github.com/Fabio286/antares.git
synced 2025-03-27 00:30:24 +01:00
fix: inline field update not working with tables missing primary key
This commit is contained in:
parent
a7d5e1973c
commit
caf776bd55
@ -169,6 +169,8 @@ export default (connections: {[key: string]: antares.Client}) => {
|
||||
}
|
||||
else {
|
||||
const { orgRow } = params;
|
||||
delete orgRow._antares_id;
|
||||
|
||||
reload = true;
|
||||
|
||||
for (const key in orgRow) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user