-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Content picker (MNTP) open action doesn't show content model #18210
Comments
Hi there @bjarnef! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
The change in #17637 may be a possible fix, but I haven't tested it. |
I've tested this out and can't replicate the issue with the latest code. It does seem to be related to the fix you have linked. So I'll close this one, but if you have chance to look at the 13.7 RC when it's out and can still replicate the problem, please do re-open. |
I think it makes sense as the listview seems to fetch from current node (and of course no children on the member node), while in this case should have fetched children from opened content node. |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
13.5.2
Bug summary
I can use MNTP to pick content from member, which work fine, although XPath is limited and doesn't work in this context.
However when I enable "Open" button, it doesn't show the correct content node, but seems to use current id from route.
On open it request the correct node id via
GetById?id=1442
:but next it requests the
GetPagedResults
which return no results./umbraco/backoffice/umbracoapi/member/GetPagedResults?pageNumber=1&pageSize=100&orderBy=updateDate&orderDirection=Descending&orderBySystemField=true&filter=&memberTypeAlias=1442
Specifics
No response
Steps to reproduce
Add MTNP to member and enabled "Open" in datatype configuration.
Expected result / actual result
It should show something like this from listview in content:
content shown under "Info" app is correct though.
The text was updated successfully, but these errors were encountered: