Skip to content

Commit

Permalink
Bug fixed: Default collection back in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Apr 30, 2024
1 parent 92038ae commit 3a2ef66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,9 @@

<ul uib-dropdown-menu>

<!-- Default collection obsolete...
<li>
<!-- Default collection obsolete... -->
<!-- Will be removed in the future... -->
<li ng-init="collection = common.defaultCollection">
<a href ng-click="selectCollection(collection)"
ng-show="collection.name == ''">
{{ 'Default' | translate }}&ensp;
Expand All @@ -552,7 +553,7 @@
</a>
</li>
<li class="divider"
ng-show="common.internalCollections.length > 0"></li> -->
ng-show="common.internalCollections.length > 0"></li>

<!-- Internal collections -->
<li ng-repeat="collection in common.internalCollections">
Expand Down

0 comments on commit 3a2ef66

Please sign in to comment.