Dynamic SF|Extension registration, handle 000 decode

This commit is contained in:
Mo Bitar
2017-07-26 18:37:35 -05:00
parent e9092c2c78
commit 1ad0bf73d8
4 changed files with 23 additions and 13 deletions

View File

@@ -10,10 +10,7 @@ class SyncAdapter extends Item {
}
structureParams() {
var params = {
url: this.url,
};
var params = this.content || {};
_.merge(params, super.structureParams());
return params;
}