I'm looking at patching taxonomy_access_fix to export its taxonomy permissions the same way features does. I've tried playing with hook_features_export_alter(), hook_features_pipe_user_permission_alter(), and hook_user_default_permissions_alter(), but nothing's really worked.

Is there currently a way to perform this task, or must I resort to patching _user_features_change_term_permission() to add in the 'add terms in {n}' permission types to the conversion magic?

Comments

hefox’s picture

In the original issue I made some comments about wanting the mapping to be done via a hook system, but that was pushed back to later.

Can read the comments for more of idea of how I was thinking it should be done