Ignore:
Timestamp:
03/11/14 01:00:40 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Don't delete elements from certain lists if they are disabled
or readOnly. Didn't include this in ListWidget?.removeItem, since
programmatically things should keep working even when disabled, I would
say. So this needs to be done in the place of the event.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/pages/survey.js

    r502 r503  
    7070            if ( this.object.publicationDate ) {
    7171                this.propertiesForm.set('readOnly',true);
    72                 this.propertiesForm.set('disabled',true);
    7372                this.questionList.set('readOnly',true);
    74                 this.questionList.set('disabled',true);
    7573            }
    7674        },
Note: See TracChangeset for help on using the changeset viewer.