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>2023-05-18 21:07:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-18 21:07:53 +0300
commite69b62ceed2f15335d9526923f8f72f5ca5ea6aa (patch)
treee36510511cb555865375117fd1c2208e09eea970 /app/views/projects/issues
parent493e288e6de17f2d85fe981f8bb0b9dfabdf9c6d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/_work_item_links.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/issues/_work_item_links.html.haml b/app/views/projects/issues/_work_item_links.html.haml
index 981021c97e6..bf23fdc761b 100644
--- a/app/views/projects/issues/_work_item_links.html.haml
+++ b/app/views/projects/issues/_work_item_links.html.haml
@@ -1,4 +1,5 @@
.js-work-item-links-root{ data: { issuable_id: @issue.id,
+ issuable_iid: @issue.iid,
full_path: @project.full_path,
wi: work_items_index_data(@project),
register_path: new_user_registration_path(redirect_to_referer: 'yes'),