Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/trait/TraitImportTemplateMessageBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="level-item">
<div class="has-text-dark has-text-centered is-size-7">
<!-- temporary link until the backend card is done -->
<a href="https://cornell.box.com/shared/static/8sp0qvccpjotosiv8576tczeg09nnvao.xls"
<a href="https://cornell.box.com/shared/static/pgi6ncysrdnxkb3sbk2bijmemcqqrygd.xls"
class="button is-outlined is-primary" :id="downloadTraitTemplateId">Download the Trait Import Template</a>
<br/>Template version placeholder
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/import/ImportExperiment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<template v-slot:importInfoTemplateMessageBox>
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Experiments & Observations'"
v-bind:template-url="'https://cornell.box.com/shared/static/7ziyhhnia5i7bdvekawhb2ldyobrecmw.xls'"
v-bind:template-url="'https://cornell.box.com/shared/static/x53n1x8fhccgij8hroel0zuz3y4l31iu.xls'"
class="mb-5">
<strong>Before You Import...</strong>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/import/ImportGermplasm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<template v-slot:importInfoTemplateMessageBox>
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Germplasm'"
v-bind:template-url="'https://cornell.box.com/shared/static/nx22mqw2y2q7uod0xt388zq5t04ejai3.xls'"
v-bind:template-url="'https://cornell.box.com/shared/static/qr9raqf70xcotoa7747dybxgjdunt7o0.xls'"
class="mb-5">
<strong>Before You Import...</strong>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/import/ImportSample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>
<template v-slot:importInfoTemplateMessageBox>
<ImportInfoTemplateMessageBox v-bind:import-type-name="'Sample Submission'"
v-bind:template-url="'https://cornell.box.com/shared/static/trakiri85mhazfd0gfika6ubpnt7gum5.xlsx'"
v-bind:template-url="'https://cornell.box.com/shared/static/yketd2s1353g62p0psem64w0awob5toz.xls'"
class="mb-5">
<strong>Before You Import...</strong>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/trait/TraitsImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default class TraitsImport extends ProgramsBase {
private showAbortModal = false;

private yesAbortId: string = "traitsimport-yes-abort";
private templateUrl: string = "https://cornell.box.com/shared/static/rxmj35d0wracg15ubemrshizdytmn731.xls";
private templateUrl: string = "https://cornell.box.com/shared/static/pgi6ncysrdnxkb3sbk2bijmemcqqrygd.xls";

private confirmImportState: DataFormEventBusHandler = new DataFormEventBusHandler();

Expand Down