Fixed  Output problem on the Permissions Page

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
I have a very strange bug.

I've created a new Permission (Can use the Invite System)

The Browser Sourcecode shows
htmlsource.webp

The brower shows only "use the Invite System:":
canuse.webp

And the browserdebugger (no idea how to call it;) something like firebug but for chrome) shows this:
browsersource.webp

I thought that my phrase was wrong, but as you see the browseroutput and the productxml
Code:
    <phrase title="permission_group_ragtek_invite" version_id="3" version_string="1.0.0 RC2"><![CDATA[ragtek Invite System]]></phrase>
    <phrase title="permission_interface_ragtek_invite" version_id="3" version_string="1.0.0 RC2"><![CDATA[ragtek Invite System]]></phrase>
    <phrase title="permission_ragtek_invite_canUse" version_id="3" version_string="1.0.0 RC2"><![CDATA[Can use the Invite System]]></phrase>
contain "can use the invite system"

Why is "can" removed from the phrase?
 
Some rogue JS in permission_user_group_edit (probably to test what the perms looked like without "Can" at the beginning).
 
Top Bottom