This commit is contained in:
Antelle 2015-11-08 15:09:07 +03:00
parent 4b19f32bbc
commit 0c1417bcfd
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
- [ ] generation templates
- [ ] i18n
- [ ] allow to increase font size
- [ ] drag entries across files/to trash
- [ ] external crypto devices support
- [ ] entry templates
- [ ] custom icons

View File

@ -139,7 +139,7 @@ var GroupModel = MenuItemModel.extend({
},
moveHere: function(object) {
if (!object || object.id === this.id) {
if (!object || object.id === this.id || object.file !== this.file) {
return;
}
if (object instanceof GroupModel) {