From d2eb7b471e3bb53afe5c6522d45d7dcc0c37f1d1 Mon Sep 17 00:00:00 2001 From: nobohan Date: Tue, 26 Oct 2021 16:24:45 +0200 Subject: [PATCH 1/3] accompanying course work: remove display of creation date --- .../list_by_accompanying_period.html.twig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_by_accompanying_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_by_accompanying_period.html.twig index f0f0a051e..a4f959b81 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_by_accompanying_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourseWork/list_by_accompanying_period.html.twig @@ -20,14 +20,6 @@
From 532efb1787f36ea207cbd9489ceaba2006e3d0b8 Mon Sep 17 00:00:00 2001 From: nobohan Date: Tue, 26 Oct 2021 17:17:04 +0200 Subject: [PATCH 3/3] accompanying course work: changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb7d4680..6182b4d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to - +* [person]: accompanying course work: remove creation date display the list of work + handle case when end date is null ## Test releases