Active
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Admin
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2013 at 10:45 UTC
Updated:
6 Jun 2019 at 18:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrfelton commentedComment #2
dsnopekLooks good to me! Thanks. :-)
Comment #3
mrfelton commentedCommitted to dev.
Comment #5
mrfelton commentedSomehow, this is not in the latest codebase
Comment #6
jdearie commentedEditor role still does not have permission by default in fresh install of Panopoly 7.x-1.6
Comment #7
mglamanIt's in the code base: http://cgit.drupalcode.org/panopoly_admin/tree/panopoly_admin.features.d...
However @jdearie is correct that the permission isn't being set on install.
Comment #8
mglamanComment #9
dsnopekIt's probably a dependency/order thing... panopoly_admin doesn't actually depend on save_draft (because we want it to be optional), but it defines a permission that is declared by save_draft. So, probably it's trying to set the permission before save_draft is installed. We could add the perm in a hook_modules_installed() after 'save_draft' is installed instead?