stable

Clone or download

Read-only

Force milestone to have a parent

Part of story #11189: have a smart bread crumb Given the following: ━┳━ Product 1 ━┳━ Release A ━┳━ Sprint A1 ┃ ┃ ┗━ Sprint A2 ┃ ┃ ┃ ┗━ Release B ━┳━ Sprint B1 ┃ ┗━ Sprint B2 ┃ ┗━ Product 2 ━━━ Release C ━━━ Sprint C1 - When I browse Release A: 🡺 only Release B is displayed as sibling in the breadcrumb of Release A. - When I browse Sprint A1: 🡺 only Sprint A2 is displayed as sibling in the breadcrumb of Sprint A1, 🡺 only Release B is displayed as sibling in the breadcrumb of Release A. (Before it was displaying also Release C). When we fetched all ancestors of a milestone, only the milestone were knowing the hierarchy. Each parent didn't know it has a parent. Change-Id: Ib34cf5e31f05dcea5e75ca8220ba03dc243eb1ed

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/MilestoneCrumbBuilder.php +1 −1 Go to diff View file