From 2c0ad7047dd898e910b46cb6d1d243bad43869e4 Mon Sep 17 00:00:00 2001 From: HamuZ HamuZ <550499+hamuz@users.noreply.github.com> Date: Fri, 23 Aug 2019 16:32:42 +0300 Subject: [PATCH] Add date attribute to the list row Used to be there previously (at least at 4.7.8). Used in my automation. Similar to other views: https://github.com/firefly-iii/firefly-iii/search?q=data-date&unscoped_q=data-date --- resources/views/v1/list/groups.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig index 2800fb70f2..dc56e482c4 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -54,7 +54,7 @@ TODO: hide and show columns {% if group.transactions|length == loop.index and group.count > 1 %} {% set style="border-bottom:1px #aaa solid;" %} {% endif %} -