()
| 40 | } |
| 41 | |
| 42 | load () { |
| 43 | this.initPatches() |
| 44 | this.patches = this.model.fetchPatchesWithStatus(this.status, { cache: false }) |
| 45 | this.supermodel.trackCollection(this.patches) |
| 46 | return this.listenTo(this.patches, 'sync', this.onPatchesLoaded) |
| 47 | } |
| 48 | |
| 49 | onPatchesLoaded () { |
| 50 | const ids = (Array.from(this.patches.models).map((p) => p.get('creator'))) |
no test coverage detected