Skip to content

Commit

Permalink
- upload_session.completed_step = 'time' if _ALLOW_TIME_STEP else 'c…
Browse files Browse the repository at this point in the history
…heck'
  • Loading branch information
afabiani committed Nov 8, 2018
1 parent b0edc88 commit 8c000f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/upload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def check_step_view(request, upload_session):
layer_eligible_for_time_dimension(request,
import_session.tasks[0].layer, upload_session=upload_session)
if has_time_dim:
upload_session.completed_step = 'check'
upload_session.completed_step = 'time' if _ALLOW_TIME_STEP else 'check'
else:
# This command skip completely 'time' configuration
upload_session.completed_step = 'time' if _ALLOW_TIME_STEP else 'check'
Expand Down

0 comments on commit 8c000f6

Please sign in to comment.