(term)
| 818 | // need a better way to specify this, or keep the search models from bleeding into those |
| 819 | // supermodels. |
| 820 | buildSearchURL (term) { return `${this.url}?term=${term}&archived=false&project=name,system,original,version,dependencies,configSchema,description` } |
| 821 | modelToString (model) { return model.get('system') + '.' + model.get('name') } |
| 822 | canEdit () { return !this.getData().original } // only allow editing if the row's data hasn't been set yet |
| 823 | } |
nothing calls this directly
no outgoing calls
no test coverage detected