mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
view grouping of ciphers for a collection
This commit is contained in:
@@ -172,10 +172,11 @@ angular
|
||||
}, 200);
|
||||
};
|
||||
|
||||
$scope.viewGrouping = function (grouping) {
|
||||
$scope.viewGrouping = function (grouping, folder) {
|
||||
storeState();
|
||||
$state.go('viewFolder', {
|
||||
folderId: grouping.id || '0',
|
||||
$state.go('viewGrouping', {
|
||||
folderId: (folder && grouping.id) || '0',
|
||||
collectionId: (!folder && grouping.id) || '0',
|
||||
animation: 'in-slide-left'
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user