From 5a1202fad904b883188b097a8bbf8e6095979cf9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 13 Oct 2017 18:01:32 +0300 Subject: [PATCH] notes... 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 b7ebc0fa..f3555340 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -2159,8 +2159,11 @@ var UICollectionActions = actions.Actions({ return this.browseCollections(function(title){ this.collectMarked(title) }) })], /*/ XXX this is not used by metadata yet... + // XXX might be a nice idea to define a default make(..) function + // to return JSON... metadataSection: ['- Image/', function(gid, make){ + // XXX }], //*/ })