household/address: show date validFrom and validTo when moving Household

This commit is contained in:
Julien Fastré 2021-12-16 17:00:17 +01:00
parent b613a2f49b
commit 6296c7a307
4 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ and this project adheres to
* [docgen]: add age for person * [docgen]: add age for person
* [task]: fix dropdown menu style + fix bug in singleTaskController (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/338) * [task]: fix dropdown menu style + fix bug in singleTaskController (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/338)
* Household: fix bug when moving person on the same day (see https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/281) * Household: fix bug when moving person on the same day (see https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/281)
* Household: show date validFrom and validTo when moving
## Test releases ## Test releases

View File

@ -13,6 +13,7 @@
openPanesInModal: false, openPanesInModal: false,
stickyActions: true, stickyActions: true,
useValidFrom: true, useValidFrom: true,
useValidTo: true,
} %} } %}
</div> </div>

View File

@ -22,10 +22,8 @@
buttonSize: 'btn-lg', buttonSize: 'btn-lg',
buttonText: 'Move household', buttonText: 'Move household',
modalTitle: 'Move household', modalTitle: 'Move household',
} %}
{#
useValidFrom: true, useValidFrom: true,
#} } %}
</li> </li>
</ul> </ul>

View File

@ -38,6 +38,7 @@
buttonText: 'Move household', buttonText: 'Move household',
modalTitle: 'Move household', modalTitle: 'Move household',
buttonDisplayText: false, buttonDisplayText: false,
useValidFrom: true,
} %} } %}
</li> </li>
<li class="list-inline-item"> <li class="list-inline-item">