Component expiration handling, rename SyncAdapter -> ServerExtension

This commit is contained in:
Mo Bitar
2018-01-20 11:41:55 -06:00
parent 02f77b67b0
commit 56c247534b
8 changed files with 70 additions and 16 deletions

View File

@@ -217,7 +217,7 @@ class ModelManager {
} else if(json_obj.content_type == "SN|Component") {
item = new Component(json_obj);
} else if(json_obj.content_type == "SF|Extension") {
item = new SyncAdapter(json_obj);
item = new ServerExtension(json_obj);
} else if(json_obj.content_type == "SF|MFA") {
item = new Mfa(json_obj);
}