mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link

Doesn't Work When Field Group Display is Set to Parent Page #137

Open pgrafix opened 1 year ago

pgrafix commented 1 year ago

I have a field group that is set to display only on the children of a specific page using the "Show this field group if Parent Page is equal to" setting. If I switch the group display setting to all Pages, then the desired fields show up in the quick edit and bulk edit.

Screen Shot 2023-02-07 at 11 37 21 AM

Likewise, if I were to set it to display in specific categories it doesn't work on pages that have a category set (via the plugin "Create And Assign Categories For Pages" - https://wordpress.org/plugins/create-and-assign-categories-for-pages/).

I have checked the server logs and there are no errors. Likewise, no errors are showing up in the WP debug log.

mcguffin commented 1 year ago

At the present state column view and quick/bulk edit feature only support location rule that have a corresonding admin view. In other words: If the admin view – category selection, user role filter – matches the ACF location rule, then the quick edit features should be there. (<= N.B. just made it work with categories – thanks for directing my attention to this!) Otherwise you would be able to edit ACF values where they do not belong.

I'm planning to support QuickEdit for arbitrary posts, but this would require a major refactoring, so please don't count on it in the near future.