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
We were having a problem where, after updating to 3.2, we could no longer create new entries for a specific section.
This section was generically titled Pages with a handle of page.
Our pageTrigger value was set to page/. Changing to anything other than page/ made entries work like normal again. Testing against another section's primary entry type, I was able to change the pageTrigger name to break those sections in a similar way.
Steps to reproduce
Create a section with an entry type
Set your pageTrigger config setting to match the name of that section's entry type, plus a trailing slash
Try to create a new entry for your section
Additional info
Craft version: 3.5.1
The text was updated successfully, but these errors were encountered:
I could see how this could be an issue if the section handle matches the pageTrigger config setting, as section handles are included as URL segments when editing entries. Not entry type handles though; did you just mistype that, but really mean sections?
I’m also not sure what the 3.2 update would have done to provoke this. You’re sure that the handle was page before updating to 3.2 and things worked fine before then?
@brandonkelly Ah, you're right. Upon double checking, it seems that the issue is only occurring because of the section's handle. My pages section had the handle of page, and the other section I tested had the same handle faq as the entry type I was testing vs the pageTrigger, faq as well.
Yes, everything worked properly before the 3.2 update. Our guess was that it had something to do with structure type sections having pagination now, but unsure what that may be.
Description
We were having a problem where, after updating to 3.2, we could no longer create new entries for a specific section.
This section was generically titled
Pages
with a handle ofpage
.Our
pageTrigger
value was set topage/
. Changing to anything other thanpage/
made entries work like normal again. Testing against another section's primary entry type, I was able to change thepageTrigger
name to break those sections in a similar way.Steps to reproduce
pageTrigger
config setting to match the name of that section's entry type, plus a trailing slashAdditional info
The text was updated successfully, but these errors were encountered: