From 56019cad99013a6a1bb47d5d81f11ea39e10684c Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 28 Oct 2021 07:40:03 +0200 Subject: [PATCH 1/2] delete double actions buttons on search person page --- .../views/Person/list_with_period.html.twig | 33 ------------------- 1 file changed, 33 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index 2fd1de9c1..172d564e2 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -120,39 +120,6 @@ {% endfor %} - - - {% else %} - - {% endif %} {% if preview == false %} From 0bc8986aa73104dafe9faebc9404dfbebe23577c Mon Sep 17 00:00:00 2001 From: nobohan Date: Thu, 28 Oct 2021 07:42:08 +0200 Subject: [PATCH 2/2] upd CHANGELOG for fix_double_search_button --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 936a5317d..c87d82d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to +* [person]: delete double actions buttons on search person page * [person]: accompanying course work: remove creation date display the list of work + handle case when end date is null * [main]: Add new pages with a menu for managing location and location type in the admin * [main]: Add some fixtures for location type