minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-12-21 06:04:58 +03:00
parent fe0aeb51e9
commit 90671920da

View File

@ -673,6 +673,10 @@ var CollectionActions = actions.Actions({
delete this.collections[from] delete this.collections[from]
data.title = to data.title = to
if(this.collection == from){
this.location.collection = to
}
}], }],
@ -2239,6 +2243,7 @@ var UICollectionActions = actions.Actions({
//'collection-last-used': null, //'collection-last-used': null,
}, },
// XXX BUG: renaming a collection with a '$' loses selection...
// XXX would be nice to make this nested (i.e. path list) -- collection grouping... // XXX would be nice to make this nested (i.e. path list) -- collection grouping...
browseCollections: ['Collections/$Collections...', browseCollections: ['Collections/$Collections...',
core.doc`Collection list... core.doc`Collection list...