mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
pull only writable collections when editing
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
$scope.organizations = orgs;
|
||||
|
||||
apiService.collections.listMe(function (response) {
|
||||
apiService.collections.listMe({ writeOnly: true }, function (response) {
|
||||
var collections = [];
|
||||
for (var i = 0; i < response.Data.length; i++) {
|
||||
if (response.Data[i].ReadOnly) {
|
||||
|
||||
Reference in New Issue
Block a user