Cannot reorder group fields
-
Hi,
I am using an Advanced Content Type, and for each new post I create, I need to be able to reorder the group fields and save the custom order. I am currently able to reorder them, but when I save it reverts to the order created in the manage pods form.
I don’t get this issue when I try with a custom post type instead.
In the developper tools headers tab it says 403 forbidden on admin-ajax.php.
And here is the payload I get in the Network tab:- action: meta-box-order
- page_columns: 0
- page: toplevel_page_pods-manage-xao_newsletter
- order[side]: submitdiv,navigatediv
- order[normal]: pods-meta-box-parametres,pods-meta-box-entete,pods-meta-box-nouvelles,pods-meta-box-les-critiques-de-shows-de-la-semaine,pods-meta-box-publicite-1,pods-meta-box-entrevues,pods-meta-box-publicite-2,pods-meta-box-evenements,pods-meta-box-administration
And here is the code that seems to cause the error when looking in the console log:
o = o(“abort”);
try {
r.send(i.hasContent && i.data || null)
} catch (e) {
if (o)
throw e
}How to solve this issue?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cannot reorder group fields’ is closed to new replies.