stable

Clone or download

Read-only

Make parent item a link instead of text

Part of story #11095 Style Planning-v2 in BurningParrot How to test: - When you show an item with a parent, the parent is a link that redirects you to the parent's artifact view - When you add a parent to an item, the parent link appears and is clickable Change-Id: I7b963af4a7249621f1b8725030f277725b9fb501

Modified Files

Name
M plugins/agiledashboard/www/js/card-fields/card-fields-service.js +0 −9 Go to diff View file
M plugins/agiledashboard/www/js/card-fields/card-fields.tpl.html +8 −4 Go to diff View file
M plugins/agiledashboard/www/js/card-fields/index.js +2 −0 Go to diff View file
A plugins/agiledashboard/www/js/card-fields/tuleap-card-link-directive.js +28 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js +3 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.spec.js +43 −46 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html +5 −3 Go to diff View file
M plugins/agiledashboard/www/themes/BurningParrot/css/_card-fields.scss +2 −2 Go to diff View file