()
| 54 | } |
| 55 | |
| 56 | getRenderData () { |
| 57 | const context = super.getRenderData() |
| 58 | context.trialRequests = (this.trialRequests != null ? this.trialRequests.models : undefined) != null ? (this.trialRequests != null ? this.trialRequests.models : undefined) : [] |
| 59 | return context |
| 60 | } |
| 61 | |
| 62 | onClickApprove (e) { |
| 63 | const trialRequestID = $(e.target).data('trial-request-id') |
nothing calls this directly
no outgoing calls
no test coverage detected