-
Notifications
You must be signed in to change notification settings - Fork 127
Previewing an entry with grid shows incorrect data when applying search
parameter to checkboxes column
#2122
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
Comments
@hopDrew Thanks for submitting this. Just to confirm, the file here is a standard EE File field? |
Hi Tom,
Yes, that is correct.
Thanks,
Drew.
…On Fri, Jun 24, 2022 at 11:57 AM Tom Jaeger ***@***.***> wrote:
@hopDrew <https://github.com/hopDrew> Thanks for submitting this. Just to
confirm, the file here is a standard EE File field?
—
Reply to this email directly, view it on GitHub
<#2122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYKXEOQ5ZP23W7WDD5M2FJLVQYAJLANCNFSM5ZVWIPWA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Awesome, With a quick test we were not able to replicate it... Any chance you can post a simple example for replication? (Also any other add-ons at play here?..) Thanks, |
Hi @TomJaeger, If you haven't been able to replicate this issue yet, can you please let me know if there's any further information I can provide? Thanks, |
Hi @hopDrew, I've been out of the office a good bit here recently, so haven't had a chance to dig in beyond the initial testing mentioned above. Few thoughts on this one as a whole.
Thanks, |
Hi @TomJaeger, Sorry for the delay on this. I'm still figuring my way around EE a bit. I've been able to reproduce this issue on one of our experimental sites. Here's what I did. 1. Create a new template group and template (our_work/item) (Apologies about the image, github was not playing nice with the pasted content) 2. Create a new field group called Project Fields 3. Add a new field to the group called "Project Images". Field 1
Field 2
Field 3
Field 4
4. Create a new Channel Channel
Fields
Settings
5. Create a new entry under projects
Options
Pages
Images Used For Testing When the entry is complete, you will see while previewing that two of the same images appear, as opposed to when you view {domain}/our_work/openmedia and both images are different. For comparison, here is my preview screen in which you can see from the HTML headers that the featured and midway images are different: |
search
parameter to checkboxes column
…late was using search on checkboxes column in Grid (cherry picked from commit 52c46c3)
…grid-search Resolved #2122 where Live Preview was not working correctly when template was using search on checkboxes column in Grid
…late was using search on checkboxes column in Grid (cherry picked from commit 52c46c3)
In the image attached, we have an entry with multiple images with additional corresponding content and attributes in a grid. When previewing the entry (and regardless of what other images are present) the first image is being used for all of the images in the preview pane.
This only happens in the entry preview, as the entries themselves are fine when displaying on the front-end.
Images are parsed with jcogs_img prior to being output on our production site, but I've also tested this locally with and without the jcogs_img tags and I have noticed no changes in behaviour.
EE Version 6.3.4
PHP 7.2
MySQL 5.0
The text was updated successfully, but these errors were encountered: