From 64d82735295d89f416c8f205b61f616f89422164 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 23 Dec 2017 01:16:59 +0300 Subject: [PATCH] some tweaking and minor fixes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index f37e1715..4e0dcdad 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -903,6 +903,7 @@ var CollectionActions = actions.Actions({ //this.collections[collection].data.join(align, data || this.data.clone()) var res = (data || this.data) .clone() + .clear('unloaded') .join(align, target) var rorder = res.order.slice().reverse() @@ -1390,8 +1391,8 @@ module.Collection = core.ImageGridFeatures.Feature({ data = data || this.data - (!data || data.ribbon_order.length > 1) - && that.markChanged( + ;(!data || data.ribbon_order.length > 1) + && this.markChanged( 'collection: ' +JSON.stringify(collection.gid || title), ['data'])