-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BI-997 BI-1061]-2 Update Trait Import (clean redo) #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some of the table unit tests are failing, you figuring it out?
I'm looking into it. For some reason the name column isn't retrieving the name |
Thanks for the help in fixing the tests @nickpalladino ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to a comment Nick left in the original pull request, in TraitUploadService.ts
, the constant forbiddenUploadingFile
references "trait", and should probably be updated to "ontology term"
src/views/trait/TraitsImport.vue
Outdated
v-bind:template-url="'https://cornell.box.com/shared/static/u9vuob3vvu2cgwyoe26b2722u41b8f6o.xls'" | ||
<h1 class="title" v-if="showTitle">Import Ontology</h1> | ||
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Ontology'" | ||
v-bind:template-url="'https://cornell.box.com/shared/static/8sp0qvccpjotosiv8576tczeg09nnvao.xls'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This template link is to v9. The previous link is to v10. I think we want v10 as the link, @dmeidlin can you verify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v10 has the new required fields for the ontology mvp, so, yes, keep the previous link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rectified
Added changes. |
Ontology Changes
Linked to PR taf/BI-997
Redo of PR bi-web/BI-997