Dont update client date for migration

This commit is contained in:
Mo Bitar
2018-07-23 16:58:40 -05:00
parent 4ffb4c4ae7
commit b67820b971
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ class MigrationManager extends SFMigrationManager {
if(clientData) { if(clientData) {
note.setDomainDataItem(component.uuid, clientData, ComponentManager.ClientDataDomain); note.setDomainDataItem(component.uuid, clientData, ComponentManager.ClientDataDomain);
note.setDomainDataItem(component.hosted_url, null, ComponentManager.ClientDataDomain); note.setDomainDataItem(component.hosted_url, null, ComponentManager.ClientDataDomain);
note.setDirty(true); note.setDirty(true, true); // dont update client date
} }
} }
} }

6
package-lock.json generated
View File

@@ -9353,9 +9353,9 @@
"dev": true "dev": true
}, },
"standard-file-js": { "standard-file-js": {
"version": "0.3.7", "version": "0.3.8",
"resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.7.tgz", "resolved": "https://registry.npmjs.org/standard-file-js/-/standard-file-js-0.3.8.tgz",
"integrity": "sha512-X6jwJ0UAy+G/i+JGzLjbEaW6BqRB2dHnZ/KPYR0gTUULacPnMuCjOciBleeC8tvMP5Lolsd0TMQlpNaiH1YEsg==", "integrity": "sha512-AneFUxvD5GG9U3ha5vKDbjE/cp76QdRgh1fGNtTivjDxtTt5QUSeQWXklGDPL7KTJN6z3hgK8Ka5AcZSN14eUA==",
"dev": true "dev": true
}, },
"statuses": { "statuses": {

View File

@@ -37,7 +37,7 @@
"karma-jasmine": "^1.1.0", "karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2",
"sn-stylekit": "1.0.15", "sn-stylekit": "1.0.15",
"standard-file-js": "0.3.7", "standard-file-js": "0.3.8",
"sn-models": "0.1.1", "sn-models": "0.1.1",
"connect": "^3.6.6", "connect": "^3.6.6",
"mocha": "^5.2.0", "mocha": "^5.2.0",