Jump to content

Talk:Roles-Based Security: Difference between revisions

From NusaATK
Preid (talk | contribs)
Preid (talk | contribs)
Line 1: Line 1:
*added the comment 'Be careful not to use the same text for the mainmenu item and the submenu item.', and changed code accordingly. Using both 'users' as main menu item and submenuitem resulted in a segmentation fault error.
*added the comment 'Be careful not to use the same text for the mainmenu item and the submenu item.', and changed code accordingly. Using both 'users' as main menu item and submenuitem resulted in a segmentation fault error.


== "node" and "action" columns in "access" table must be exact ==
* Added note that the "node" and "action" columns in the "access" table must be exactly as shown (including case) along with a description of what happens if you change them, so people will recognize their mistake easily.
 
Note that the "node" and "action" columns in the "access" table must be exactly as shown (including case).
 
If you change them in any way (such as capitalizing the column names), your profile permissions will be saved, but not loaded again later (resulting in users not having permissions to anything and all of the checkboxes for profile permissions being empty when you view the profile again later).

Revision as of 12:36, 31 December 2008

  • added the comment 'Be careful not to use the same text for the mainmenu item and the submenu item.', and changed code accordingly. Using both 'users' as main menu item and submenuitem resulted in a segmentation fault error.
  • Added note that the "node" and "action" columns in the "access" table must be exactly as shown (including case) along with a description of what happens if you change them, so people will recognize their mistake easily.