From d48f1b55112851ae48cf21be671e84c4afb4a16d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 9 Dec 2017 17:56:01 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index 565dd748..c29d174f 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -1019,6 +1019,9 @@ var CollectionActions = actions.Actions({ if(data){ s.data = data.dumpJSON() s.count = data.length + + } else if(state.count) { + s.count = state.count } // handle .crop_stack of collection...