Bug 474 - Blank role
: Blank role
Status: RESOLVED FIXED
: Achievo
Setup
: 1.1.0
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-05-03 12:08 by
Modified: 2005-05-03 21:56 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-05-03 12:08:43
In Configuration / Roles, (I'm using the spanish version) you can add a blank
role, by clicking SAVE without define noword. 

Then, there's a list with the role's and with a blank name.
------- Comment #1 From 2005-05-03 21:56:04 -------
Hi thanks for reporting it.

I fixed it in cvs, if you can't live with it, change

$this->add(new atkAttribute("name"));

into 

$this->add(new atkAttribute("name",AF_OBLIGATORY));