Closed (fixed)
Project:
Storm
Version:
6.x-1.x-dev
Component:
Storm Attribute
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 13:18 UTC
Updated:
24 May 2009 at 20:30 UTC
Went to add a new attribute, didn't enter any values, clicked the Cancel button - but rather than going to some other window, I got a message:
* Domain field is required.
* Key field is required.
* Value field is required.
Comments
Comment #1
adam_b commentedComment #2
Magnity commentedChanging to current version + have just reproduced error myself.
Comment #3
Magnity commentedI have implemented a temporary fix by removing the cancel button for the time being (http://drupal.org/cvs?commit=203642), and will investigate a way of having a cancel button without the validation.
Comment #4
Magnity commentedAfter some consideration, i've decided that it probably is just as good not to have a button - simplifies the page, and also makes attribute creation similar to node creation etc where there is no cancel button.
Therefore removed the code for the button completely.
http://drupal.org/cvs?commit=209624