-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
With refinery cms version 3, save and continue doesn't work. It is caused by a call to undeclared function visual_editor_update() from within submit_and_continue function in refinery/admin.js
` submit_and_continue = function(e, redirect_to) {
visual_editor_update(); <-- here
$('#continue_editing').val(true);
$('#flash').hide();
$('.fieldWithErrors').removeClass('fieldWithErrors').addClass('field');
$('#flash_container .errorExplanation').remove();
`
Metadata
Metadata
Assignees
Labels
No labels