()
| 47 | } |
| 48 | |
| 49 | onPatchesLoaded () { |
| 50 | const ids = (Array.from(this.patches.models).map((p) => p.get('creator'))) |
| 51 | const jqxhrOptions = nameLoader.loadNames(ids) |
| 52 | if (jqxhrOptions) { return this.supermodel.addRequestResource('user_names', jqxhrOptions).load() } |
| 53 | } |
| 54 | |
| 55 | getRenderData () { |
| 56 | const c = super.getRenderData() |