stable
Clone or download
Read-only
story #20919 define progress of artifacts How to test: - In db, make sure that the semantic progress of your tracker is configured and based on artifact links count of type _is_child - Define children artifacts for some tasks of your tracker --> Open tasks with no children have a progress of 0% --> Closed tasks with no children have a progress of 100% --> Tasks with open and closed children have a progress between 0% and 100% --> Tasks with only open children have a progress of 0% --> Tasks with only closed children have a progress of 100% Change-Id: I5cc1dad7edd37b2dfd97cc0164c1413ce3cf73d6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Semantic/Progress/MethodBasedOnLinksCount.php | +44 | −2 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +0 | −7 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Progress/MethodBasedOnLinksCountTest.php | +67 | −8 | Go to diff View file |