Skip to content

Commit

Permalink
fix(obligation): select obligation type and classification by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shaheemazmalmmd committed Nov 1, 2017
1 parent 191f352 commit b9d595f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/www/ui/template/admin_obligation-upload_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{% if isReadOnly %}
({{ 'read only'|trans }}){% endif %}
</td>
<td align="left">{{ macro.selectsingle('ob_type', obligationTypes, 'ob_type', ob_type, 'style="min-width:120px;"', 4) }}
<td align="left">{{ macro.selectsingle('ob_type', obligationTypes, 'ob_type', 'Obligation', 'style="min-width:120px;"', 4) }}
</td>
</tr>
<tr>
Expand All @@ -42,7 +42,7 @@
{% if isReadOnly %}
({{ 'read only'|trans }}){% endif %}
</td>
<td align="left">{{ macro.selectsingle('ob_classification', obligationClassification, 'ob_classification', ob_classification, 'style="min-width:120px;"', 4) }}
<td align="left">{{ macro.selectsingle('ob_classification', obligationClassification, 'ob_classification', 'green', 'style="min-width:120px;"', 4) }}
</td>
</tr>
<tr>
Expand Down

0 comments on commit b9d595f

Please sign in to comment.