Assembla home | Assembla project page
 

Ticket #57 (closed Bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Can not give actoin permission when there are spaces in action name

Reported by: simbahu@gamil.com Assigned to:
Priority: normal Milestone: Version 0.4
Component: General Code Version: 0.3.1
Severity: normal Keywords: permission, action
Cc:

Description

If the action name you create doesn't have spaces, like 'DeleteNews', we can give this action permission to the group.

But if the action name you create has spaces, like 'Delete News', we can't give permissions

Change History

12/13/08 15:52:35 changed by aprice30

  • status changed from new to closed.
  • resolution set to fixed.

(In [172]) Changed the way the action details are passed around on the acl_permissions.php form. It used to pass it by name, now it passes it by ID. Closes #57