Commit
commit c4489b3949b269256ac878722d15747171e11529 Author: Jan DankertDate: Mon Jun 27 02:54:38 2022 +0200 Fix: Editing of dates was broken, do not know why the code was missing up to now... modules/cms/action/PageelementAction.class.php | 11 +++++++++++ modules/cms/action/page/PageAllAction.class.php | 5 +++++ modules/cms/action/pageelement/PageelementAllAction.class.php | 5 +++++ modules/cms/ui/themes/default/html/views/page/all.php | 8 ++++---- modules/cms/ui/themes/default/html/views/page/all.tpl.src.xml | 4 ++-- modules/cms/ui/themes/default/html/views/pageelement/all.php | 8 ++++---- .../ui/themes/default/html/views/pageelement/all.tpl.src.xml | 4 ++-- 7 files changed, 33 insertions(+), 12 deletions(-)