Assembla home | Assembla project page
 

Ticket #20 (closed Bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Cannot modify permissions

Reported by: aprice30 Assigned to:
Priority: high Milestone: Version 0.4
Component: General Code Version: 0.3.1
Severity: normal Keywords:
Cc:

Description

Also you cant modify permissions you can only create new ones

Change History

10/26/08 11:52:00 changed by aprice30

  • milestone set to Version 0.4 Release.

11/04/08 20:52:34 changed by aprice30

  • priority changed from normal to high.

11/11/08 20:13:18 changed by aprice30

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

(In [155]) The problem was when the form was being saved. Since the aco & aro radio buttons where disabled no values where passed on. So when adding a new action it just added it to a random aro & aco, thus the creating a new permission.

Quick fix for this was if you are saving a record (not creating) fetch the aro & aco values from the database. Closes #20