mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Updating tree nodes on each state change, rather than just listening to form reloads
This commit is contained in:
parent
15e16f13e1
commit
3390ea390f
@ -96,7 +96,7 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
this.parents('.cms-content:first').bind('reloadeditform', function(e, data) {
|
this.parents('.cms-container').bind('afterstatechange', function(e, data) {
|
||||||
self._onLoadNewPage(e, data);
|
self._onLoadNewPage(e, data);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user