Merge pull request #968 from dod-ccpo/fix-funding-icon
Add update route to list of routes for showing the funding icon
This commit is contained in:
commit
20286c9cd8
@ -27,7 +27,7 @@
|
||||
icon='funding',
|
||||
text='navigation.portfolio_navigation.breadcrumbs.funding' | translate,
|
||||
url=url_for("task_orders.portfolio_funding", portfolio_id=portfolio.id),
|
||||
active=request.url_rule.endpoint in ["task_orders.portfolio_funding", "task_orders.review_task_order", "task_orders.edit"],
|
||||
active=request.url_rule.endpoint in ["task_orders.portfolio_funding", "task_orders.review_task_order", "task_orders.edit", "task_orders.update"],
|
||||
) }}
|
||||
{{ Link(
|
||||
icon='applications',
|
||||
|
Loading…
x
Reference in New Issue
Block a user