When I filled in other value eg 1 and after that I changed it to 0, the value was changed.

Jan

2013/9/2 Jan Řežab <honza@rezab.eu>
Hello All.

I have problem with CMDB database. I defined field:
{
Key => 'RackPosition',
Name => 'Position in the rack',
Input => {
Type => 'Text',
Required => 1,
},
},

Sometime I need fill in 0 to this field. But this generate error. When I adjust "Required => 0", the error is not generated, But the value is not changed.

Thanks for help.

Jan