Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 9970543

Browse files
committed
fix billing account dropdown
1 parent 2699887 commit 9970543

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/web/scripts/launchcontest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ function handleProjectDropDownChange() {
664664
$("#billingProjects").val(0);
665665

666666
if(hasCMCBilling && !CMCBillingExisting) {
667-
$("#billingProjects").append($('<option></option>').val($("input[name=CMCBillingID]").val()).html($("input[name=CMCBillingName]").val()).data("cca", false).data("enableEffortDays", value["enableEffortDays"]));
667+
$("#billingProjects").append($('<option></option>').val($("input[name=CMCBillingID]").val()).html($("input[name=CMCBillingName]").val()).data("cca", false).data("enableEffortDays", false));
668668
}
669669

670670
$("#billingProjects").resetSS();

token.properties.docker

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@
6464
############################################################################################
6565
# file storage location for DefaultUploadExternalServices in onlineReviewUpload_config.xml #
6666
############################################################################################
67-
@file_storage_location@=/root/submission_dev
68-
@studio_file_storage_location@=/root/submission_design
67+
#@file_storage_location@=/root/submission_dev
68+
#@studio_file_storage_location@=/root/submission_design
69+
@file_storage_location@=/tmp
70+
@studio_file_storage_location@=/tmp
6971

7072
##############
7173
# struts.xml #

0 commit comments

Comments
 (0)