Needs review
Project:
OG Roles
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2007 at 10:23 UTC
Updated:
6 Mar 2007 at 10:44 UTC
Jump to comment: Most recent file
Hi,
just installed latest cvs version of og and og_roles.
When no custom roles are defined og_roles_settings displays a message refering to admin/access/roles.
It seems that the % placeholder causes the url to contain em-tags. Switching to @ placeholder fixes this problem.
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | og_roles_url_fix_1.txt | 1.39 KB | knseibert |
| #1 | og_roles_url_fix_0.txt | 959 bytes | knseibert |
| og_roles_url_fix.txt | 963 bytes | knseibert |
Comments
Comment #1
knseibert commentedDoh. Just noticed that it is the wrong url after all. Roles are now to be found under /admin/user/roles.
I have kept the placeholder name @access although it has not much to do with "access" anymore.
Anyway... patch attached.
Comment #2
knseibert commentedNow i have added some custom roles. The fieldset title html reads:
<legend><em><em>Group</em></em> role options</legend>Which looks like this:
<em>Group</em> role options
This is due to:
1) % placeholder iso @
2) theme('placeholder') function, which IMHO is not necessary here.
Again, patch attached.