Roles added after the module has been installed are not available at admin/settings/filters/defaults.

Comments

dragonwize’s picture

Status: Active » Postponed (maintainer needs more info)

I can not confirm this with beta6.

Are you sure you are running beta6? This was an issue with an older release.

mrthumpz’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

It is beta6. I looked into it further, and it was because the role was added programatically, which did not allow your module to hook and execute better_formats_new_role().

I will use drupal_execute() as a better way of adding my role, which should fire your required function.

caspercash’s picture

i am experiencing this kind of problem now, may i know what you did to workaround this problem? and how you implemented the workaround? thanks!