Started writing Backbone tests
Hacking the Python, because our JS dependency management is borked.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
CMS.Models.SystemFeedback = Backbone.Model.extend({
|
||||
defaults: {
|
||||
"type": null, // "warning", "confirmation", "error", "announcement", "step-required", etc
|
||||
"title": null,
|
||||
"message": null,
|
||||
"title": "",
|
||||
"message": "",
|
||||
"shown": true,
|
||||
"close": false, // show a close button?
|
||||
"icon": true, // show an icon?
|
||||
|
||||
Reference in New Issue
Block a user