stable

Clone or download

Read-only

fix: input pattern is not a valid regexp

Part of request #31168 Migration Vue2 => Vue3 The input pattern was broken in GitRepositoryCreate. An error message should be displayed on submit when your repository name does not match the pattern. The '-' and '/' characters must be escaped as they are specific characters. Change-Id: I69344198d7c55483b4d6ee1e08b59b21a4109a0b

Modified Files

Name
M plugins/git/scripts/repositories-list/src/components/GitRepositoryCreate.vue +1 −1 Go to diff View file