Ignore:
Timestamp:
06/10/13 01:07:16 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Save answers, improved response page and question widgets.

  • Warn if _ComplexValueMixin is not pout on a form element, to prevent 'name' collisions. Changed all depending widgets to <form>'s.
  • Fixed names for question widgets to actually save answers.
  • Fixed and improved response page.
  • Fixed names in MultipleChoice? widget, which behaves different for radio and check.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/store/CouchStore.js

    r446 r461  
    1212        var reason = err.response &&
    1313                     err.response.data &&
    14                      json.fromJson(err.response.data).reason;
     14                     err.response.data.reason;
    1515        return reason || "Unknown error.";
    1616    }
Note: See TracChangeset for help on using the changeset viewer.