acf-quickedit-fields icon indicating copy to clipboard operation
acf-quickedit-fields copied to clipboard

Multisite support

Open estojeteamsys opened this issue 5 years ago • 1 comments

Hello,

I was wondering if this plugin is multisite friendly ? I just upgraded one of my wordpress to multisite, and since then this plugin seems to not work anymore. Fields that were activated in column tables before the upgrade don't show as selected in "Column View" box in admin panel anymore, and when I select one to be displayed in post column tables, it doesn't show either.

My wp config :

  • WP 5.3.2
  • Multisite
  • ACF 5.8.13
  • ACF Quickedit Fields 3.1.1

Thanks !

estojeteamsys avatar Oct 20 '20 11:10 estojeteamsys

I thought I was having a multisite related issue, but I realised that in my PHP where I create the fields, I was using true instead of 1. So for my field config I added:

'allow_quickedit' => 1,
'allow_bulkedit' => 1,

Plugin is network activated.

codepuncher avatar Jan 28 '21 10:01 codepuncher