()
| 66 | } |
| 67 | |
| 68 | afterRender () { |
| 69 | super.afterRender() |
| 70 | if (!this.supermodel.finished()) { return } |
| 71 | if (me.get('anonymous')) { this.showReadOnly() } |
| 72 | this.patchesView = this.insertSubView(new PatchesView(this.resource), this.$el.find('.patches-view')) |
| 73 | return this.patchesView.load() |
| 74 | } |
| 75 | |
| 76 | onPopulateI18N () { |
| 77 | return this.resource.populateI18N() |