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

Multiple entries displayed on single entry screens with custom entry slugs #2228

Open
1 of 3 tasks
doekenorg opened this issue Dec 2, 2024 · 0 comments
Open
1 of 3 tasks

Comments

@doekenorg
Copy link
Contributor

Describe the Issue

Sometimes a single entry will show a View List when embedded on a page. These are the conditions that need to be happening:

  • 2 or more Views connected to the same form
  • Those Views have a custom Entry slug, which is different on the Views
  • Those Views are embedded with a short code on the same page

An entry has a single custom slug attributes stored with it. This is not connected to any View specific. But since we are setting these up on the View; there is a collision happening on this slug, by the configured Views on the same page. Sometimes this results in a Database timing issue.

In order to prevent this from happening, we probably need an additional View specific custom slug stored with the entry.


Additional information

This issue happens in the following settings:

Please try to re-create the issue in each rendering mode. This helps debug the problem.

  • View
  • Embedded via shortcode
  • Embedded via oEmbed
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

1 participant