Closed (works as designed)
Project:
Features
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2010 at 22:01 UTC
Updated:
24 Feb 2012 at 16:04 UTC
I don't think there's anything that can be done with the Drupal 6 method of storing role information, but while Features can create new roles it cannot do anything to update roles (since the only piece of information that really belongs to roles is their name), correct?
This should have been obvious to me and i don't know if it should be documented but i'm mostly interested in confirming this is the case. (Posted http://data.agaric.com/raw/features-cannot-update-names-roles before coming over here.)
Thanks.
Comments
Comment #1
domidc commentedEncountered also this problem. Will there be a possibilty to update roles from one site to another in the future?
Comment #2
domidc commentedJust to contribute a solution. I use a hook update to delete the old roles. In all deploy scenarios I allways include a module to write hook updates in to clean up these kind of little shortcommings.
Comment #3
hefox commentedYea, rolename == machine name so changing the rolename is not possible :/