You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: