mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02: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 */
|
/* NOP */
|
||||||
},
|
},
|
||||||
resetFields: function() {
|
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…
Reference in New Issue
Block a user