Improve display of tasks status

This commit is contained in:
Francis Lachapelle
2017-05-19 12:13:01 -04:00
parent c24474b197
commit f2af5e9f87
8 changed files with 57 additions and 11 deletions
@@ -698,7 +698,7 @@
*/
Component.prototype.enablePercentComplete = function() {
return (this.type == 'task' &&
this.status != 'not-specified' &&
this.percentComplete > 0 &&
this.status != 'cancelled');
};