-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fix CPT URL Rewrites #1590
Fix CPT URL Rewrites #1590
Conversation
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
🦋 Changeset detectedLatest commit: 7a33ef2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hey @dana-blackbean thank you for the PR. Could you also provide a unit test for this filter? You need to add test case to verify that the filter exists in the following file: |
@theodesp added! |
@dana-blackbean thank you for this PR and apologies for the delay. We'll get this merged soon. |
@dana-blackbean could you bring this up to date with canary? I tried but it wouldn't let me for some reason. Not sure if you're allowing edits from maintainers or if it's something else. |
@mindctrl I am also running into the same issue with merging with canary. I was able to merge with the upstream/canary. I have also checked "allowing edits from maintainers". It was never disabled so not sure why you were weren't able to make changes. |
We can ignore the |
Currently, we do not support the creation of preview deployments based on changes coming from forked repositories. |
Thank you @dana-blackbean! This will be in our next release. |
@dana-blackbean This just landed in [email protected]. Thank you for your contribution! |
@blakewilson @mindctrl Thank you both!! |
Tasks
Description
When the option "Enable Post and Category URL rewrites" is turned on currently there is no check for any custom post types. This feature will currently only work on the default pages & posts.
Testing
canary
branch, create a new post in that custom post type.