Error when bulk edit ACF custom taxonomy field
Hello,
I’m getting an error when trying to bulk edit any custom taxonomy ACF field. The edit popup simply does not appears.
Categories and tags are working fine. Other ACF field types also working fine.
The problem only happens when the ACF taxonomy field is set to multi-values (checkbox or multi-select).
Already tried to disable plugins and modifications on my functions.php.
This returned on my console when I click the bulk edit button:
Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at q.render (table.js?ver=1648948394:2:37284)
at q.render (table.js?ver=1648948394:2:39546)
at q.render (table.js?ver=1648948394:2:40217)
at q.get (table.js?ver=1648948394:2:26601)
at new gn (table.js?ver=1648948394:2:91625)
at Function.<anonymous> (table.js?ver=1648948394:2:94948)
at a._emit (table.js?ver=1648948394:2:21629)
at a.emit (table.js?ver=1648948394:2:19121)
at HTMLButtonElement.<anonymous> (table.js?ver=1648948394:2:88589)
Any ideas how to fix it?
Thanks in advance!
You must be logged in to reply to this topic.