Skip to content
Snippets Groups Projects
Commit 6fc97074 authored by trantzas's avatar trantzas
Browse files

Fixes #3

parent 6db1857f
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 #4035 failed
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
There are not any Supporting Resources allocated. There are not any Supporting Resources allocated.
</div> </div>
<p *ngFor="let resource of service?.supportingResource" class="mb-2"> <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> <span *ngIf="!resource.id">{{resource.name}}</span>
</p> </p>
</div> </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