Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information