Open ghost opened 7 years ago
Hi,
I'm trying to order Backlog tasks using a FILO system. First in, Last Out. So the new tasks added were at the top of the lane.
I modified the config.js using the property "-creationtime" for the Backlog folder, however nothing happens.
Please, is this property supported? or is it named differently?
Thank you. Br
I think you need to add a line to app.js array (line 164 ish) before using that property (search for: // sort tasks and its above that section:
creationtime: tasks(i).CreationTime,
Hi,
I'm trying to order Backlog tasks using a FILO system. First in, Last Out. So the new tasks added were at the top of the lane.
I modified the config.js using the property "-creationtime" for the Backlog folder, however nothing happens.
Please, is this property supported? or is it named differently?
Thank you. Br