Forum Discussion
Derek Crawford
Aug 04, 2017Copper Contributor
SPO Task list: Cannot add task to timeline w/o Default list style
One of our users customized the view of their SPO Task list, and changed the Style from Default to Shaded. After doing so they lost the elipse button to add the task to a timeline from the list, and...
Vipin Tyagi
Oct 11, 2017Brass Contributor
Hi Derek Crawford Sir,
As of a developer perspective the control that is used to add task to Timeline is not available in that context in which you're changing the style of your Task List.
As the below image illustrate :Microsoft uses a huge amount of javascript.So,It may be the reason that they don't provide such functionality everywhere.You can test the list objects at that page by running Object.keys(ctx) in browser console in both situation (Default/Shaded).
Hope this help you in any manner.
Thanks!