Merge branch 'master' into clostridium
* master: (27 commits) Temporary fix for quill editor use in strains edit Test new species (plus minor cleanup) Wrapping up form cleanup Quill DDAU Fixed up checkbox input WIP (checkbox) ember-one-way-input DeleteModel Mixin Using mixins on new species ElevatedAccess Mixin SaveModel Mixin Refactor species edit Refactor species/show fix format date import nvm Drop node version trying a different phantomjs route Rough in species index test Tweak mirage config ember-cli-mirage ...
This commit is contained in:
commit
d674d07951
54 changed files with 549 additions and 267 deletions
|
@ -36,6 +36,7 @@ module.exports = function(environment) {
|
|||
apiURL = 'https://bactdb-test.herokuapp.com';
|
||||
ENV.APP.LOG_ACTIVE_GENERATION = false;
|
||||
ENV.APP.LOG_VIEW_LOOKUPS = false;
|
||||
ENV.locationType = 'none';
|
||||
}
|
||||
|
||||
if (environment === 'production') {
|
||||
|
|
Reference in a new issue