Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 00:09:03 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-15 00:09:03 +0300
commitf9cda7671cfb07795d9ea01a7117f7d6c6511d0d (patch)
tree71233af70149f655249c475e764a8c2cd560b096 /app/assets/javascripts/integrations
parent18ffa5e88194d8f3fd63bee0221de5bc1fbdfe94 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/integrations')
-rw-r--r--app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue b/app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue
index 885b067c334..71ce9fe104a 100644
--- a/app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue
+++ b/app/assets/javascripts/integrations/edit/components/jira_issues_fields.vue
@@ -119,10 +119,12 @@ export default {
<template v-if="showJiraIssuesIntegration">
<gl-form-group
:label="s__('JiraService|Jira project key')"
+ label-for="service_project_key"
:invalid-feedback="__('This field is required.')"
:state="validProjectKey"
>
<gl-form-input
+ id="service_project_key"
v-model="projectKey"
name="service[project_key]"
:placeholder="s__('JiraService|e.g. AB')"