Good morning,
Plugins installed:
ACF: 5.8.7
Custom Post Type UI: 1.7.2
WP: 5.3.2
I’m having several problems saving settings.
When I create a group of fields and go to put rules and click on the ‘e’ button or on ‘add group of rules’ it doesn’t create anything. Inspecting in colsole gives me this error:
Uncaught TypeError: Cannot read property 'attr' of undefined
at Object.i.duplicate (acf-input.min.js?ver=5.8.7:1)
at acf.Model.addRule (acf-field-group.min.js?ver=5.8.7:1)
at acf.Model.onClickAddRule (acf-field-group.min.js?ver=5.8.7:1)
at acf.Model.<anonymous> (acf-input.min.js?ver=5.8.7:1)
at HTMLAnchorElement.d (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-resizable&ver=5.3.2:2)
at HTMLDivElement.dispatch (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-resizable&ver=5.3.2:3)
at HTMLDivElement.r.handle (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-resizable&ver=5.3.2:3)
i.duplicate @ acf-input.min.js?ver=5.8.7:1
addRule @ acf-field-group.min.js?ver=5.8.7:1
onClickAddRule @ acf-field-group.min.js?ver=5.8.7:1
(anonymous) @ acf-input.min.js?ver=5.8.7:1
d @ load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-resizable&ver=5.3.2:2
dispatch @ load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-resizable&ver=5.3.2:3
r.handle @ load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-resizable&ver=5.3.2:3
THX