(context)
| 102 | } |
| 103 | |
| 104 | getRenderData (context) { |
| 105 | if (context == null) { context = {} } |
| 106 | context = super.getRenderData(context) |
| 107 | context.parentAdminAvailabilityStatus = this.parentAdminAvailabilityStatus || 'on' |
| 108 | context.parentAdminUpdateInProgress = this.parentAdminUpdateInProgress || false |
| 109 | return context |
| 110 | } |
| 111 | |
| 112 | afterInsert () { |
| 113 | let search, spy, userID |
nothing calls this directly
no outgoing calls
no test coverage detected