Skip to content

Commit

Permalink
feat: enable continuous execution for GeoJSON imports [DHIS2-16702] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee authored Dec 5, 2024
1 parent c65e52e commit b5dc27b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ public boolean isUsingContinuousExecution() {
|| this == TRACKER_IMPORT_JOB
|| this == DATA_INTEGRITY
|| this == DATA_INTEGRITY_DETAILS
|| this == SMS_INBOUND_PROCESSING;
|| this == SMS_INBOUND_PROCESSING
|| this == GEOJSON_IMPORT;
}

public boolean hasJobParameters() {
Expand Down

0 comments on commit b5dc27b

Please sign in to comment.