You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Plan is marked as "draft" in the Open MCT Status API, its swimlanes have special coloring to note that it is a draft. However, the same draft Plan embedded in a Gantt Chart view does not display this coloration.
The Gantt Chart view of a Plan should reflect its draft status.
Expected vs Current Behavior
The Gantt Chart view of a Plan should reflect its draft status, but it does not.
Steps to Reproduce
Create a Plan
Create a Gantt Chart
Mark the Plan as a draft: this.openmct.status.set(<plan keyString>, 'draft');
Navigate to the Plan and notice it has special coloring for lanes
Drag and drop the Plan into the Gantt Chart
Observe that the draft coloring is lost.
Environment
Open MCT Version:
Deployment Type:
OS:
Browser:
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken?
Is there a workaround available?
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Does this block the execution of e2e tests?
Does this have an impact on Performance?
Additional Information
The text was updated successfully, but these errors were encountered:
Summary
If a Plan is marked as "draft" in the Open MCT Status API, its swimlanes have special coloring to note that it is a draft. However, the same draft Plan embedded in a Gantt Chart view does not display this coloration.
The Gantt Chart view of a Plan should reflect its draft status.
Expected vs Current Behavior
The Gantt Chart view of a Plan should reflect its draft status, but it does not.
Steps to Reproduce
this.openmct.status.set(<plan keyString>, 'draft');
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: