mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: inline field update not working with tables missing primary key
This commit is contained in:
@ -169,6 +169,8 @@ export default (connections: {[key: string]: antares.Client}) => {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const { orgRow } = params;
|
const { orgRow } = params;
|
||||||
|
delete orgRow._antares_id;
|
||||||
|
|
||||||
reload = true;
|
reload = true;
|
||||||
|
|
||||||
for (const key in orgRow) {
|
for (const key in orgRow) {
|
||||||
|
Reference in New Issue
Block a user