adding a button to the detail to explicitly save changes.

This commit is contained in:
zadam
2020-07-23 00:19:50 +02:00
parent 2c9565b4b3
commit aa4a645670
4 changed files with 21 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ function parser(tokens, str, allowEmptyRelations = false) {
attr.endIndex = tokens[i].endIndex;
}
else {
throw new Error(`Unrecognized attribute "${text}" in ${context(i)}`);
throw new Error(`Invalid attribute "${text}" in ${context(i)}`);
}
}