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

V15: MNTP retains entitites when switching node type #18476

Open
nikolajlauridsen opened this issue Feb 26, 2025 · 0 comments
Open

V15: MNTP retains entitites when switching node type #18476

nikolajlauridsen opened this issue Feb 26, 2025 · 0 comments
Labels
affected/v15 area/frontend state/reproduced state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks type/bug

Comments

@nikolajlauridsen
Copy link
Contributor

nikolajlauridsen commented Feb 26, 2025

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

V15/dev-207bd728

Bug summary

If you create a piece of content with a content picker (MNTP), pick a piece of content, and then change the node type, the picked content will visually disappear, but will still be included in the request send to the server, however now with the "Type" set to the new node type, for instance "member".

Weirdly, if you remove the picked member, and switch back to content, the content now has the "Type" set to member, and you have to re-pick to clear this.

bug.mp4

Specifics

No response

Steps to reproduce

  • Create a document type that uses content picker set to content
  • Create a document using the type and pick a piece a document
  • Switch the content picker to member
  • Pick a member
  • Save and publish and notice how the request contains 2 entities, both with member type
  • Remove the member
  • Change media picker back to content
  • Save and publish and notice how the type is now still member
  • re-pick and see it's now correctly content

Expected result / actual result

No response


This item has been added to our backlog AB#49723

@nielslyngsoe nielslyngsoe added the state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected/v15 area/frontend state/reproduced state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks type/bug
Projects
None yet
Development

No branches or pull requests

2 participants