This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 119
119
<td class =" sec_tab_type" ><strong >: <span id =" rProjectMilestone" ></span ></strong ></td >
120
120
</tr >
121
121
<tr ></tr >
122
+ <%--
122
123
<tr>
123
124
<td class="first_tab_type"><strong>Product</strong></td>
124
125
<td class="sec_tab_type"><strong>: <span id="rProduct"></span></strong></td>
125
126
</tr>
126
127
<tr></tr>
127
- <%--
128
+ --%>
128
129
<tr >
129
130
<td class =" first_tab_type" ><strong >Copilot</strong ></td >
130
131
<td class =" sec_tab_type" ><strong >: <span id =" rCopilots" ></span ></strong ></td >
131
132
</tr >
132
133
<tr ></tr >
133
- --%>
134
134
<tr class =" privateProjectRow hide" >
135
135
<td class =" first_tab_type" title =" Run this as an assigned task. Registration will not be open to anyone else, but it will still be publically listed." ><strong >Task</strong ></td >
136
136
<td class =" sec_tab_type" ><strong >: <span id =" rPrivateProject" ></span ></strong ></td >
Original file line number Diff line number Diff line change @@ -1223,10 +1223,12 @@ function populateTypeSection() {
1223
1223
$ ( '#chkboxCCA' ) . attr ( 'checked' , mainWidget . softwareCompetition . projectHeader . isLccchecked ( ) ) ;
1224
1224
1225
1225
//product
1226
+ /*
1226
1227
if (mainWidget.softwareCompetition.projectHeader.properties[PRODUCT_SKU] != null){
1227
1228
$("#rProduct").text(mainWidget.softwareCompetition.projectHeader.properties[PRODUCT_SKU]);
1228
1229
$("#productName").val(mainWidget.softwareCompetition.projectHeader.properties[PRODUCT_SKU]);
1229
1230
}
1231
+ */
1230
1232
$ ( '#rContestTypeName' ) . text ( $ ( "#contestTypes option[value=" + mainWidget . competitionType + mainWidget . softwareCompetition . projectHeader . projectCategory . id + "]" ) . text ( ) ) ;
1231
1233
1232
1234
loadReviewScorecardList ( null ) ;
Original file line number Diff line number Diff line change @@ -1039,13 +1039,13 @@ function saveAsDraftRequest() {
1039
1039
1040
1040
mainWidget . softwareCompetition . projectHeader . properties [ 'Review Type' ] = reviewType ;
1041
1041
}
1042
-
1042
+ /*
1043
1043
if ($("#productName").val().trim().length > 0) {
1044
1044
mainWidget.softwareCompetition.projectHeader.properties[PRODUCT_SKU] = $("#productName").val().trim();
1045
1045
}else{
1046
1046
mainWidget.softwareCompetition.projectHeader.properties[PRODUCT_SKU] = "";
1047
1047
}
1048
-
1048
+ */
1049
1049
1050
1050
var request ;
1051
1051
You can’t perform that action at this time.
0 commit comments