Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item resources reached via 3-dot menu missing item ID in URL #90

Open
philnagel opened this issue Nov 25, 2024 · 0 comments
Open

Item resources reached via 3-dot menu missing item ID in URL #90

philnagel opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@philnagel
Copy link

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:

  1. Click the 3 dots between the date created and owner sharing icons in the content listing, and select "View Item Resources" Image

  2. 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.

  3. 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)
@philnagel philnagel added the bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants