Skip to content

Save and Continue doesn't work #4

@srsem

Description

@srsem

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions