Forum Discussion
patr0805
8 years agoRegular Visitor
Cannot add a property to Format->general
Okay I am new to all this and have now spent many hours now trying to fix this problem to no avail. I think its about time I hear if the community has any suggestion. I am currently writing some ...
- 8 years ago
I found the issue by complete chance, Apparently type must not be false (I thought it was default value) in type in capabilities, so it must be defined like.
"sortByName": { "displayName": "Sort by name", "displayNameKey": "Visual_SortTasks", "type": { "bool": true } },Now it appears
patr0805
8 years agoRegular Visitor
I found the issue by complete chance, Apparently type must not be false (I thought it was default value) in type in capabilities, so it must be defined like.
"sortByName": {
"displayName": "Sort by name",
"displayNameKey": "Visual_SortTasks",
"type": {
"bool": true
}
},Now it appears
kiliman
8 years agoNew Member
Hello - it seems that the Gantt visual is now (in the last couple of weeks) sorting the data by Task as a default. It used to be by Start Date. I'm a newbie at customizing but is there a quick way to get back to sorting by Start Date?
Thanks.