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
When opening the item resources page via the 3 dots next to the item in the content listing, the URL is missing the item ID, having object PointerEvent] in the URL instead. When opening the resources page by clicking the item name, then "View Item Resources", the URL contains the item ID as expected.
This causes issues, for example, when uploading new files to the resources, which will give an error about the item not existing.
To Reproduce
Steps to reproduce the behavior:
Click the 3 dots between the date created and owner sharing icons in the content listing, and select "View Item Resources"
The URL will be https://assistant.esri-ps.com/item/[object%20PointerEvent]/resources?queryScope=USER which does not include the item ID in the path, but [object%20PointerEvent] instead.
The page will either not load at all, or subsequent attempts to perform functions will fail on this page.
Expected behavior
The item resources page should load and be functional, by including the item ID in the URL path.
Screenshots
See above.
Desktop (please complete the following information):
OS: macOS 14.6.1
Browser firefox (also happens in Chrome)
Version 133.0b9 (aarch64)
The text was updated successfully, but these errors were encountered:
Describe the bug
When opening the item resources page via the 3 dots next to the item in the content listing, the URL is missing the item ID, having
object PointerEvent]
in the URL instead. When opening the resources page by clicking the item name, then "View Item Resources", the URL contains the item ID as expected.This causes issues, for example, when uploading new files to the resources, which will give an error about the item not existing.
To Reproduce
Steps to reproduce the behavior:
Click the 3 dots between the date created and owner sharing icons in the content listing, and select "View Item Resources"
The URL will be
https://assistant.esri-ps.com/item/[object%20PointerEvent]/resources?queryScope=USER
which does not include the item ID in the path, but[object%20PointerEvent]
instead.The page will either not load at all, or subsequent attempts to perform functions will fail on this page.
Expected behavior
The item resources page should load and be functional, by including the item ID in the URL path.
Screenshots
See above.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: