Description
I noticed some issues with content resource GetById
is being called when clicking "Queue for transfer" menu action on a node, but I wonder it this somehow affect clicking the info app?
Because each time I click the Info tab, I see a request to GetById
but not in live environment, where "Queue for transfer" is not avaiable.
I noticed this because I have a dashboard and opening the content node in infinite mode cause 404 not found error, because of GetById=
with empty id.
I moved the dashboard to CMS with latest changes in contrib
branch, where I can't reproduce the issue.
Clicking info app on content node when id is present in route:
Clicking info app on content node in infinite editing where id isn't present in route:
I can reproduce this on two projects:
Umbraco 12.2.0
Deploy 12.0.5
Umbraco 12.3.3
Deploy 12.0.5
This item has been added to our backlog AB#35631