Steps to reproduce this issue:
- Modules require:
1. Draggableviews
2. Flag
3. Flag_files
- Create new content type "multifiles"
Add "image" image field with "number of values" = "unlimited"
- Add "multifiles" content having multiple images per content.
- Create new "files" flag named as "markfile"
- Create new view where "show" = "files"
Add relationships :
1. File: Content using multifiles Images
2. Flags: markfile (by current user)
Add fields :
1. (field_multifiles_images) Content: multifiles Images
2. (flag) Flags: Flag link
3. Draggableviews: File
Format : Table
- Save view
- Now when you run the view you will see that images are getting duplicated.
Comments
Comment #1
Mołot commentedCan this bug be duplicated without any modules except views (and it's dependences)?
If it cannot, it's more like a problem with draggableviews and flag modules, or with the way you define relationships.
Would you care to paste SQL generated by your view? And schema of the tables it's using or CREATE TABLE statements for them, for easier reference?
Comment #2
mandarmbhagwat78 commentedYes, this bug is duplicated without draggableviews and flag modules. You can add any field or relationship to reproduce this issue.
Here is the view query:
Comment #2.0
mandarmbhagwat78 commenteddescription modified
Comment #3
mustanggb commentedComment #4
mustanggb commentedClosing this as outdated, feel free to re-open with updated details if it's still a problem in the latest release.