You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The counters-section component (recently refactored with the internal-link-service) can only handle links/paths without parameters.
If they contain some parameter it will lead to broken links.
This might be the case, when you want to link to some search configuration.
To Reproduce
Steps to reproduce the behavior:
configure in cris-sections.xml some counter element linking to some search configuration.
Describe the bug
The counters-section component (recently refactored with the internal-link-service) can only handle links/paths without parameters.
If they contain some parameter it will lead to broken links.
This might be the case, when you want to link to some search configuration.
To Reproduce
Steps to reproduce the behavior:
search%3Fconfiguration%3Dorgunits
Expected behavior
We expect the counter component to render links with parameters correctly and set these as
[queryParams]
.Related work
Some solution could be to let the internal-link.service.ts parse the router and take the queryparams from there, as previously suggested in https://github.com/4Science/dspace-angular/pull/26/files#diff-069da7b29cd19e55cfa6983bf87a194e1af5f2cae79a012e222e03817df93212L69.
The text was updated successfully, but these errors were encountered: