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

Entries field quadruples selected entries #4066

Closed
Tam opened this issue Mar 28, 2019 · 6 comments
Closed

Entries field quadruples selected entries #4066

Tam opened this issue Mar 28, 2019 · 6 comments

Comments

@Tam
Copy link

Tam commented Mar 28, 2019

Description

Selected elements in the entries field are quadrupled.

Steps to reproduce

  1. Create an entries field
  2. Add an entry to the field
  3. Try to save

Screenshot 2019-03-28 at 12 03 01

Additional info

  • Craft version: Craft Solo 3.1.20.1
  • PHP version: 7.3.2
  • Database driver & version: PostgreSQL 11.2
Plugin Version
Blitz 2.0.7
DigitalOcean Spaces Volume 1.1.1
Imager v2.1.7
Imager Storage Driver for DigitalOcean Spaces 1.0.0
Minify 1.2.9
Redactor 2.3.2
SEO 3.5.4
Super Table 2.1.16
Typed link field 1.0.17
@brandonkelly
Copy link
Member

Can you try disabling each of those plugins and see if this continues to happen?

@Tam
Copy link
Author

Tam commented Mar 28, 2019

I've tried disabling each plugin individually and all of them at once but the issue persists. The post data is correct, the returned data is wrong. Everything was fine in 3.1.19, the issue only started happening when we upgraded to 3.1.20.1.

@Tam
Copy link
Author

Tam commented Mar 28, 2019

Also worth noting that the limit passed to the element query is doubled, so passing a limit of 3 will return 6 elements.

@brandonkelly
Copy link
Member

I’m not able to reproduce this. Can you please send your composer.json and composer.lock files and a database backup over to support@craftcms.com and reference this issue URL?

@Tam
Copy link
Author

Tam commented Mar 28, 2019

That's sent

@brandonkelly
Copy link
Member

This ended up being due to the entries having soft-deleted structure data associated with them. Fixed for the next release.

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

No branches or pull requests

2 participants