app/views/alchemy/admin/essence_files/assign.js.erb in alchemy_cms-4.0.0.beta vs app/views/alchemy/admin/essence_files/assign.js.erb in alchemy_cms-4.0.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
$('#<%= @content.dom_id %>').replaceWith('<%= j(
render "alchemy/essences/essence_file_editor",
formats: [:html],
content: @content,
- options: @options
+ options: options_from_params
) %>');
Alchemy.closeCurrentDialog();
Alchemy.setElementDirty($('#element_<%= @content.element.id %>'));