mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-30 07:56:05 +00:00
task date end color sync with status
This commit is contained in:
@@ -33,6 +33,13 @@ class TaskDateEndFieldView extends DatetimeOptionalFieldView {
|
||||
|
||||
isEnd = true
|
||||
|
||||
getAttributeList() {
|
||||
return [
|
||||
...super.getAttributeList(),
|
||||
'status',
|
||||
];
|
||||
}
|
||||
|
||||
data() {
|
||||
const data = super.data();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user