From b82ef8326d08475c826212730516e919aeda94af Mon Sep 17 00:00:00 2001 From: Anurag Awasthi Date: Wed, 2 Jan 2019 15:17:42 +0530 Subject: [PATCH] ui: don't ignore project when listing templates We should not ignore project specific templates when listing templates as this gives a more complete all templates/isos in the UI. --- ui/scripts/templates.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index 96660fac6804..a051b2efefbb 100755 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1038,7 +1038,6 @@ } switch (args.filterBy.kind) { case "all": - ignoreProject = true; $.extend(data, { templatefilter: 'all' }); @@ -2383,7 +2382,6 @@ } switch (args.filterBy.kind) { case "all": - ignoreProject = true; $.extend(data, { isofilter: 'all' });