(mandate)
| 565 | } |
| 566 | |
| 567 | editMandate (mandate) { |
| 568 | mandate = new Mandate({ _id: mandate.get('0')._id }) // Work around weirdness in this actually being a singleton |
| 569 | return (typeof this.openModalView === 'function' ? this.openModalView(new ModelModal({ models: [mandate] })) : undefined) |
| 570 | } |
| 571 | } |
| 572 | MainAdminView.initClass() |
| 573 | return MainAdminView |