From 296384ffae5ace54e355b2fedc4729edff4bf816 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 12 Apr 2018 22:59:22 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/core.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui (gen4)/features/core.js b/ui (gen4)/features/core.js index 3a96caca..dea0643a 100755 --- a/ui (gen4)/features/core.js +++ b/ui (gen4)/features/core.js @@ -1483,6 +1483,11 @@ var ChangesActions = actions.Actions({ // events... chages: null, + get _changes(){ + return this.__changes }, + // XXX proxy to .markChanged(..) + set _changes(value){}, + clone: [function(full){ return function(res){ res.changes = null @@ -1493,6 +1498,8 @@ var ChangesActions = actions.Actions({ }], // XXX this should also track .changes... + // ...would also need to make this applicable to changes, + // i.e. x.markChanged(x.changes) markChanged: ['- System/', doc`Mark data sections as changed...