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

Media fields filter type not correct except the first one. #16440

Closed
yqzhen1990 opened this issue Jul 15, 2024 · 1 comment · Fixed by #16449
Closed

Media fields filter type not correct except the first one. #16440

yqzhen1990 opened this issue Jul 15, 2024 · 1 comment · Fixed by #16449
Labels

Comments

@yqzhen1990
Copy link

Describe the bug

When a content type contains multiple media fields, the filter types set for all media fields are overwritten by the filter type of the first media field.

Orchard Core version

release-1.8.3

To Reproduce

Steps to reproduce the behavior:

  1. Set content type's first media field extensions with video type.
  2. Set content type's other media fields extensions with image type.
  3. Create a content item with this content type and edit the media fields.
  4. You'll find all the media fields filter extensions turned to be video type.

Expected behavior

Configure the correct filter extensions for each media field.

Logs and screenshots

image
image
image
image
image

@Piedone
Copy link
Member

Piedone commented Jul 17, 2024

Duplicate of #15569.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants