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
I see this behavior. the cause is a : char in the resourceID not being correctly urlencoded
for this bug I will try to fix urlencoding
next sprint, I'd like to update the QSL service code such that UID can be used as a filter param. once that's possible, the generated URL will use UID as distinguisher
I'm not positive the cause is the : char. resourceIds with that char in them work just fine when testing in localhost... so I don't think it's a fundamental issue with react-router
actually, it is probably an issue of the URL not containing the /ui portion as built... and that would explain different behavior in localhost vs deployed envs
therefore, should be able to fix this in isolation, but FWIW, the issue to update the QSL service is: #139
* #140 - make collapsable drawer default to closed, but with a larger, more obvious, control mechanism; also fix bug #145 by including when necessary in graph URL
The graph action in list view will lead to 404.
re-produce: https://dev-devx-cmdb-api-qal.paas-preprod-west.a.intuit.com/ui/results?query=cluster%7B*%7D&page=0&limit=25
The text was updated successfully, but these errors were encountered: