Content
View differences
Updated by Aleix Suau over 5 years ago
### **Environment**:
OpenProject 11.0.1
Chrome
### **Steps to reproduce:**
1. Have a milestone that is due on the current day or is overdue.
### **Actual Behavior**
The date color is not adjusted (still shown in black) - probably because for milestones the start and finish date are identical.
<figure class="image op-uc-figure"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/19610/content"></div></figure> class="image"><img src="/api/v3/attachments/19610/content"></figure>
### **Expected Behavior**
Today's finish date (or both start and finish date) is shown in orange.
Overdue finish dates (or both start and finish date) are shown in red.
### Notes
* Works in dev but not in QA
* wp-view-highlighting.service.ts >> shouldHighlightInline returns false because the 'name' of the field is not in this.current.selectedAttributes
OpenProject 11.0.1
Chrome
### **Steps to reproduce:**
1. Have a milestone that is due on the current day or is overdue.
### **Actual Behavior**
The date color is not adjusted (still shown in black) - probably because for milestones the start and finish date are identical.
<figure class="image op-uc-figure"><div class="op-uc-figure--content"><img class="op-uc-image" src="/api/v3/attachments/19610/content"></div></figure>
### **Expected Behavior**
Today's finish date (or both start and finish date) is shown in orange.
Overdue finish dates (or both start and finish date) are shown in red.
### Notes
* Works in dev but not in QA
* wp-view-highlighting.service.ts >> shouldHighlightInline returns false because the 'name' of the field is not in this.current.selectedAttributes