Skip to content
Snippets Groups Projects
Commit 2becf125 authored by Jared Hancock's avatar Jared Hancock
Browse files

forms: Fix corruption on list item prop validation

If a list item properties form was unable to be saved (likely due to
validation errors) properties for other list items would not be loaded
correctly (via AJAX) afterwards.
parent 27430f98
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
form.closest('.dialog').hide();
$('#overlay').hide();
} else {
form.closest('.dialog').empty().append(data);
form.closest('.dialog .body').empty().append(data);
}
});
return false;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment