You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/breedinginsight/brapps/importer/services/processors/experiment/appendoverwrite/factory/data/OverwrittenData.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public PendingImportObject<BrAPIObservation> constructPendingObservation() {
135
135
original = observation.getValue();
136
136
}
137
137
138
-
if (!isTimestampMatched()) {
138
+
if (!isTimestampMatched() && StringUtils.isNotBlank(timestamp)) {
Copy file name to clipboardExpand all lines: src/main/java/org/breedinginsight/brapps/importer/services/processors/experiment/appendoverwrite/middleware/process/ImportTableProcess.java
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ public AppendOverwriteMiddlewareContext process(AppendOverwriteMiddlewareContext
Copy file name to clipboardExpand all lines: src/main/java/org/breedinginsight/brapps/importer/services/processors/experiment/service/ObservationService.java
//Modified logic here to check for female parent accession number or entry no, removed check for male due to assumption that shouldn't have only male parent
0 commit comments