Skip to content

image not updating #126

Description

@theprinze

When adding an image via the control panel the url input field does not update. The input attribute value updates but it does not save the new image because the actual text in the input field is not updated. This can fixed by adding the following line after "$(".aesop-generator-attr-media_upload").attr("value",attachment.url)"

$(".aesop-generator-attr-media_upload").val(attachement.url);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions