mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 03:53:13 +00:00
Fix #1266 when removing a field, the right panel is not updated
This commit is contained in:
@@ -217,7 +217,7 @@ define([
|
||||
_selectModelView: function(index) {
|
||||
// select previous or next itemview
|
||||
if (index >= 0) {
|
||||
AdminFieldApp.fieldListView.itemViews[index].select().animate();
|
||||
AdminFieldApp.fieldListView.itemViews[index].select().animate().click();
|
||||
}
|
||||
},
|
||||
_toggleLabels: function(event) {
|
||||
|
Reference in New Issue
Block a user