Skip to content

Commit

Permalink
fixed issue #604 now shows folders from office
Browse files Browse the repository at this point in the history
  • Loading branch information
manmorc committed Feb 22, 2018
1 parent ab04129 commit fd53c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
<li ng-repeat="folder in foldersList | filterRecycled | limitTo: 100"
data-ng-class="{'selected': context.entityName === 'folder' && folder._id === context.entityId }"
data-ng-click="switchTo('folder', folder._id)"
ng-if="folder._id && folder.title && (officesList.office.title == folder.office.title)"
ng-if="folder._id && folder.title && (officesList.office._id == folder.office._id)"
>
<a href class="Names-In-List-On-Side">
{{folder.title}}
Expand Down

0 comments on commit fd53c62

Please sign in to comment.