diff --git a/package.json b/package.json index 55f0b25..b85be29 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CacheClassExplorer", - "version": "1.14.1", + "version": "1.14.2", "description": "Class Explorer for InterSystems Caché", "directories": { "test": "test" diff --git a/web/js/ClassView.js b/web/js/ClassView.js index ea62050..651a7d3 100755 --- a/web/js/ClassView.js +++ b/web/js/ClassView.js @@ -730,7 +730,7 @@ ClassView.prototype.confirmRender = function (data) { uml = joint.shapes.uml, relFrom, relTo, classes = {}, connector; - this.switchViewSave(!!data.savedView); + if (this.cacheClassExplorer.PRIMARY) this.switchViewSave(!!data.savedView); this.filterInherits(data);