Edit and create seem to more or less work (including selection of the parent). Delete is pending.
This commit is contained in:
parent
61893d77f6
commit
5b82d3b540
12 changed files with 322 additions and 176 deletions
|
@ -308,7 +308,6 @@ function filterObject(obj, allowedKeys) {
|
|||
}
|
||||
|
||||
function enforce(condition, message) {
|
||||
console.log(condition);
|
||||
if (!condition) {
|
||||
throw new Error(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue