Is your project Javascript or Typescript: Javascript
Describe the bug
UID field with an attached field is not being auto-regenerated on attached field changes. E.g.: On "title" text changed, "slug" field does not regenerate its value.
I have been using Stripe with versions between 4.5.1 and 4.6.2 and in older versions i remember this feature worked, maybe it has been broken in some collaboration of the project.
I have been reading this issue and maybe it can have some relation:
UID (slug) updates automatically on edit even with no changes to related field.
11533
Steps to reproduce the behavior
In development mode, go to "Content-Type Builder" menu on admin panel
Click on "Create new collection type" and create an test content-type adding 2 fields:
"title" of type "Text"
"slug" of type "UID" (attached to "title" field created before)
Go to "Content Manager" menu on admin panel
Access the collection type referenced to the Content-Type created before
Click on "Create new entry"
Expected behavior
When the user is typing on "title" field, the expected behavior is to auto regenerate slug, but only on "Regenerate" button click that "slug" value changes.
Bug report
Required System information
Describe the bug
UID field with an attached field is not being auto-regenerated on attached field changes. E.g.: On "title" text changed, "slug" field does not regenerate its value. I have been using Stripe with versions between 4.5.1 and 4.6.2 and in older versions i remember this feature worked, maybe it has been broken in some collaboration of the project.
I have been reading this issue and maybe it can have some relation:
UID (slug) updates automatically on edit even with no changes to related field.
11533
Steps to reproduce the behavior
Expected behavior
When the user is typing on "title" field, the expected behavior is to auto regenerate slug, but only on "Regenerate" button click that "slug" value changes.
Screenshots