-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
Custom Slug Rules Not Being Applied #11220
Comments
The slug field also displays validation for URIs. If the URI of that entry is taken, it'll display there. What you're seeing is validation for the URI, not the slug. Is what you're entering causing the URI to be the same as another entry? |
Thanks for your prompt reply. No, even if I put some random stuff like "tesekwew/qweqew" it say's that the URI is taken. |
Whats the |
|
Are you still saving the entries as files? |
Yes. This is the Problem because the filename is the UR, or? Only possible when I am using eloquent as driver? |
@jasonvarga I would rather not stress or bother you, but could please you give me an update on this? Is the use of slugs with storage in files instead of a database not possible? Thanks mate! |
Sorry it should be fine but I was just wondering if maybe a duplicate file somehow had something to do with it. |
Bug description
I want to modify the slug validation for a collection. Specifically, I’d like to allow slashes (/) in the slug field. However, when I try to save an entry, I receive the error message: 'This URI has already been assigned.
How to reproduce
Logs
No response
Environment
Installation
Existing Laravel app
Additional details
No response
The text was updated successfully, but these errors were encountered: