Skip to content

Commit

Permalink
💫 [IMPR] Fix report intervention display
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Jan 2, 2024
1 parent e5268dc commit de1d85a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3>{% trans "Attributes" %}</h3>
<td colspan="3">
{% if perms.maintenance.add_intervention %}
<h3>{% trans "Intervention" %}</h3>
{% with columns="name,status,stake,total_cost,begin_date" %}
{% with columns="name,status,stake,total_cost,begin_date,end_date" %}
{% valuetable report.interventions.all columns=columns %}
{% endwith %}
{% if not suricate_workflow_enabled %}
Expand Down
1 change: 0 additions & 1 deletion geotrek/maintenance/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class InterventionForm(CommonForm):
widget=forms.DateInput(attrs={"data-date-orientation": "bottom auto"}),
)


geomfields = ['topology']
leftpanel_scrollable = False

Expand Down

0 comments on commit de1d85a

Please sign in to comment.