From b38aec0ad7068932f8ea72e1d159f04cbdf1fab2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 16 Dec 2017 19:43:42 +0300 Subject: [PATCH] experimenting... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index f81e8ea7..e4449a7b 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -2594,6 +2594,15 @@ var UICollectionActions = actions.Actions({ // XXX }], //*/ + + + // XXX experementing... + collectionsList: ['Collections/Collections list/*', + function(path, make){ + console.log('>>>', path) + + make.EditableList(this.collection_order) + }], }) var UICollection =