Viewing 1 replies (of 1 total)
  • If you want a quick fix you can edit the file class.DSNManager.php, and change line 601 from:
    if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) {
    to:
    if ( (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) || !isset($_POST[$this->nonce_id])) {

    which should also fix the same issue with bulk edits and potentially any other ways of editing I forgot about ??

    I’ll get that fixed in the next version, probably in a week or so.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Dashboard Site Notes] Quick Edit in the notes list breaks the meta data’ is closed to new replies.