diff --git a/CHANGELOG.md b/CHANGELOG.md index d505cd148..4ea644f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,3 +112,4 @@ Master branch - [Accompanying period list] Fix period label in list - [Accompanying period list] Fix label of closing motive - [Person details] Add an "empty" statement on place of birth +- [Person list] Add a lock/unlock icon instead of open/closed folder in result list; diff --git a/Resources/views/Person/list.html.twig b/Resources/views/Person/list.html.twig index c1ba58b7f..3b309eb0d 100644 --- a/Resources/views/Person/list.html.twig +++ b/Resources/views/Person/list.html.twig @@ -46,9 +46,9 @@ {% spaceless %} {% if chill_person.fields.accompanying_period == 'visible' %} {% if is_open == false %} - + {% else %} - + {% endif %} {% endif %} {% endspaceless %} diff --git a/Resources/views/Person/list_by_phonenumber.html.twig b/Resources/views/Person/list_by_phonenumber.html.twig index 78195f165..f15a6906b 100644 --- a/Resources/views/Person/list_by_phonenumber.html.twig +++ b/Resources/views/Person/list_by_phonenumber.html.twig @@ -46,9 +46,9 @@ {% spaceless %} {% if chill_person.fields.accompanying_period == 'visible' %} {% if is_open == false %} - + {% else %} - + {% endif %} {% endif %} {% endspaceless %}