Edit and create seem to more or less work (including selection of the parent). Delete is pending.

This commit is contained in:
Tomas Bures 2017-06-07 01:13:15 +02:00
parent 61893d77f6
commit 5b82d3b540
12 changed files with 322 additions and 176 deletions

View file

@ -308,7 +308,6 @@ function filterObject(obj, allowedKeys) {
}
function enforce(condition, message) {
console.log(condition);
if (!condition) {
throw new Error(message);
}