File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -238,12 +238,14 @@ jQuery(document).ready(
238
238
pomRules . onchange = function uploadFinished ( ) {
239
239
var subscriptionFile = pomRules . files [ 0 ] ;
240
240
validateRulesJsonAndCreateSubscriptions ( subscriptionFile ) ;
241
+ $ ( this ) . val ( "" ) ;
241
242
} ;
242
243
243
244
var pomEvents = document . getElementById ( 'uploadEventsFile' ) ;
244
245
pomEvents . onchange = function uploadFinished ( ) {
245
246
var subscriptionFile = pomEvents . files [ 0 ] ;
246
247
validateEventsJsonAndCreateSubscriptions ( subscriptionFile ) ;
248
+ $ ( this ) . val ( "" ) ;
247
249
} ;
248
250
249
251
//Upload events list json data
Original file line number Diff line number Diff line change @@ -273,13 +273,12 @@ <h5>OR</h5>
273
273
< img class ="cursor-pointer " data-toggle ="tooltip " data-placement ="top " alt ="Requirement Information " src ="assets/images/information.png "
274
274
title ="Info: 'AND' is used between Conditions in Requirement groups, and 'OR' is used between Requirement groups. "/>
275
275
</ div >
276
- < div class ="p-1 border border-primary form-group ">
276
+ < div class ="p-1 border border-primary form-group ">
277
277
< label class ="control-label font-weight-bold "> Requirement</ label >
278
278
< div id ="requirementID ">
279
279
280
280
<!-- ko foreach: requirements_item.conditions -->
281
281
< div id ="conditionID ">
282
-
283
282
<!-- ko if: $index() !== 0 -->
284
283
< h5 style ="display:inline "> AND</ h5 >
285
284
<!-- /ko -->
You can’t perform that action at this time.
0 commit comments