Please make the plugin fully compatible with the WP core block editor.
Tested on WP 6.1.1 and privacy page can be viewed in editor but not saved (due to JSON API fails).
Thanks!
]]>We can open and edit but not save the privacy policy page in the block eidtor with this plugin.
]]>Hello
It seems that this plugin does not work with multisite installation.
Thank you !
Alexandra
]]>On WP 5.3 (and maybe older versions) you need to edit the plugin on line 27 to:
add_action( 'load-options-privacy.php', 'bawmpo_add_roles_for_privacy_options_on_load' );
Bonjour
depuis gutenberg quand j’attribue la possibilité de modifier la page mention légales aux éditeur ?a me retourne une erreur javacript quand il veut enregistrer ses modifs sur la page
api-fetch.min.js?ver=2.2.7:1 POST https://localhost/******/wp-json/wp/v2/pages/3?_locale=user 403 (Forbidden)
Hi
very usefull to me, just the post state in the admin pages list is now duplicated:
https://www.awesomescreenshot.com/image/3777175/513c410f949ed902249b4cceb386d0b1
Thanks
]]>i allowed the editor role for privacy options access.
then the editor was able to edit the privacy site, but not to save the privacy site! is this intended?
i end up with adding the following to my code:
$role_object = get_role( 'editor' );
$role_object->add_cap( 'manage_privacy_options' );
$role_object->add_cap( 'manage_options' );
(but it’s not a good solution as now the editor has a lot more possibilities, than needed)
]]>Bonjour,
Merci pour votre plugin qui m’a en effet bien dépanné pour laisser la main sur cette page à mes clients qui ont un compte éditeur.
Par contre je viens de faire un site en multi-site et votre plugin ne fonctionne pas.
En tant qu’éditeur la page ne peux pas être modifié.
Une solution ?
Merci
]]>Hi!
First of all, thanks for the great plugin. I found the link whilst I was looking on TRAC how to overcome the limitation to assign to editors the possibility to edit the privacy page…and actually the functionality you added via plugin should probably have been included in core.
At any rate, I was wondering if you have plans to add the option to manage also the mapping of ‘erase_others_personal_data’ and ‘export_others_personal_data’ to the plugin.
The point is that in many cases – when a site is managed on behalf of a client – agencies tend not to assign full administrative rights to their clients (because that would often lead to them making a mess) but still I think that exporting and deleting privacy data would be a job for the “data protection officer” not the site admin.
Best,
Luca