From 564f2bd144175888c38d33ea325acdec2a247775 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Sep 2017 14:07:30 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index e59b2371..730bdf30 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -1214,7 +1214,7 @@ module.CollectionTags = core.ImageGridFeatures.Feature({ // the stuff it created... // XXX should we be a bit more atomic and save tags iff // they were changed only??? - Object.keys(this.collections).forEach(function(title){ + Object.keys(this.collections || {}).forEach(function(title){ var path = 'collections/'+ raw[title].gid var metadata = res.index[path + '/metadata']