1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

edit item collections

This commit is contained in:
Kyle Spearrin
2018-10-23 17:31:59 -04:00
parent 8f857988ca
commit e0b9d84ad5
5 changed files with 29 additions and 1 deletions

View File

@@ -364,6 +364,9 @@ export class GetCommand {
case 'collection':
template = Collection.template();
break;
case 'item-collections':
template = ['collection-id1', 'collection-id2'];
break;
default:
return Response.badRequest('Unknown template object.');
}