We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8190b68 commit f9b3771Copy full SHA for f9b3771
1 file changed
ui/scripts/templates.js
@@ -1710,7 +1710,7 @@
1710
var projectsByIds = {};
1711
$.each(jsonProjects.listprojectsresponse.project, function(idx, project) {
1712
// Only add current domain's projects for add operation as update template permissions supports that
1713
- if (project.domainid === g_domainid && operation === "add") {
+ if ((project.domainid === g_domainid && operation === "add") || operation === "remove") {
1714
projectsByIds[project.id] = {
1715
projName: project.name,
1716
hasPermission: false
0 commit comments