Merge pull request #8266 from andrej-scinote/aj_SCI_11596

Fix table console errors [SCI-11596]
This commit is contained in:
andrej-scinote 2025-02-21 11:39:54 +01:00 committed by GitHub
commit 69ea158e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -586,7 +586,7 @@
this.elements[index].isNew = false;
if (skipRequest) {
if (skipRequest || !element.attributes.orderable?.urls?.update_url) {
this.elements[index].attributes.orderable = element.attributes.orderable;
this.$emit('stepUpdated');
} else {