1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component/feature
Thomas Heartman 90395b974b
1-1315: revalidate feature name whenever the project changes (#4628)
This change makes it so that the flag name is revalidated against the
new
project pattern whenever you change the target project for a flag.

The validation is not run if the name is empty, if there is no
pattern, or if there is no validation method.

This solves the case where you input a name, then change the project,
and where the name isn't valid for the new project. Previously, it
wouldn't revalidate, but now it does.
2023-09-07 09:15:59 +02:00
..
CopyFeature feat: feature naming patterns (#4591) 2023-09-04 11:53:33 +00:00
CreateFeature 1-1307: Show info about flag naming patterns before making mistakes (#4616) 2023-09-06 12:14:17 +02:00
CreateFeatureButton
EditFeature
FeatureForm 1-1315: revalidate feature name whenever the project changes (#4628) 2023-09-07 09:15:59 +02:00
FeatureStrategy chore: strategy variant flag removed (#4603) 2023-09-04 13:15:54 +02:00
FeatureToggleList feat: Search UI improvements (#4613) 2023-09-06 10:50:20 +02:00
FeatureView chore: strategy variant flag removed (#4603) 2023-09-04 13:15:54 +02:00
hooks feat: feature naming patterns (#4591) 2023-09-04 11:53:33 +00:00
RedirectFeatureView
StrategyTypes refactor: clean up some unused imports (#4597) 2023-09-01 15:32:15 +01:00