Skip to content

Commit

Permalink
BXC-4466 update full to max (#1674)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharon Luong <[email protected]>
  • Loading branch information
sharonluong and Sharon Luong authored Feb 12, 2024
1 parent 4a1e931 commit d989996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/vue-cdr-access/src/mixins/fileDownloadUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
}

if (this.hasPermission(brief_object, 'viewOriginal')) {
opt_html += `<a href="${this.imgDownloadLink(brief_object.id, 'full')}" class="dropdown-item">${this.$t('full_record.full_size')} JPG</a>`;
opt_html += `<a href="${this.imgDownloadLink(brief_object.id, 'max')}" class="dropdown-item">${this.$t('full_record.full_size')} JPG</a>`;
opt_html += '<hr class="dropdown-divider">';
opt_html += `<a href="/indexablecontent/${brief_object.id}?dl=true" class="dropdown-item">${this.$t('full_record.original_file')}</a>`;
}
Expand Down

0 comments on commit d989996

Please sign in to comment.