Skip to content
Snippets Groups Projects
Commit 114f03d0 authored by trantzas's avatar trantzas
Browse files

Merge branch '3-links-in-supporting-resources-in-rfs-do-not-work' into 'develop'

Resolve "Links in Supporting resources in RFS do not work"

See merge request !5
parents 6db1857f 6fc97074
No related branches found
No related tags found
2 merge requests!13Merging 2024Q2_RC into main, creating 2024Q2 Release,!5Resolve "Links in Supporting resources in RFS do not work"
Pipeline #4487 passed
......@@ -357,7 +357,7 @@
There are not any Supporting Resources allocated.
</div>
<p *ngFor="let resource of service?.supportingResource" class="mb-2">
<a *ngIf="resource.id" routerLink='/resources/resource_inventory/{{resource.id}}'>{{resource.name}}</a>
<a *ngIf="resource.id" routerLink='/resources/resource/{{resource.id}}'>{{resource.name}}</a>
<span *ngIf="!resource.id">{{resource.name}}</span>
</p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment