Don't include v1 folders in "Add to folders" list
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
li(
|
||||
ng-repeat="tag in tags | orderBy:'name'",
|
||||
ng-controller="TagDropdownItemController"
|
||||
ng-if="!tag.isV1"
|
||||
)
|
||||
a(href="#", ng-click="addOrRemoveProjectsFromTag()", stop-propagation="click")
|
||||
i.fa(
|
||||
|
||||
Reference in New Issue
Block a user