mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX 7853 Flush the content of drop down fields when closing html editor linker (links and images)
This commit is contained in:
parent
99ae715f8a
commit
17bd8733d0
@ -457,7 +457,8 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
||||
/* NOP */
|
||||
},
|
||||
resetFields: function() {
|
||||
/* NOP */
|
||||
// Flush the tree drop down fields, as their content might get changed in other parts of the CMS, ie in Files and images
|
||||
this.find('.tree-holder').empty();
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user