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

adam_b’s picture

Component: User interface » Code
Magnity’s picture

Version: 6.x-1.9 » 6.x-1.21

Changing to current version + have just reproduced error myself.

Magnity’s picture

Version: 6.x-1.21 » 6.x-1.x-dev

I 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.

Magnity’s picture

Component: Code » Storm Attribute
Status: Active » Fixed

After 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.