task date end color sync with status

This commit is contained in:
Yuri Kuznetsov
2025-07-15 09:25:58 +03:00
parent 78753644ad
commit c697fc29ce

View File

@@ -33,6 +33,13 @@ class TaskDateEndFieldView extends DatetimeOptionalFieldView {
isEnd = true
getAttributeList() {
return [
...super.getAttributeList(),
'status',
];
}
data() {
const data = super.data();