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-08-17 15:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-17 15:09:15 +0300
commitcd92e0ff989f38f028fd3ee8d27e0fb1d21f7362 (patch)
treeb27854c43f5f5c4a0e71fc6c756b83c55ae543b4 /app/assets/javascripts/issues
parentd0ed973bd7c3a5c79c2bf9673d9d7260f91dd961 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/issues')
-rw-r--r--app/assets/javascripts/issues/list/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/issues/list/index.js b/app/assets/javascripts/issues/list/index.js
index 511d6e6f4ce..8c60ad6dc4e 100644
--- a/app/assets/javascripts/issues/list/index.js
+++ b/app/assets/javascripts/issues/list/index.js
@@ -71,6 +71,7 @@ export async function mountIssuesListApp() {
hasAnyProjects,
hasBlockedIssuesFeature,
hasIssuableHealthStatusFeature,
+ hasIssueDateFilterFeature,
hasIssueWeightsFeature,
hasIterationsFeature,
hasScopedLabelsFeature,
@@ -127,6 +128,7 @@ export async function mountIssuesListApp() {
hasAnyProjects: parseBoolean(hasAnyProjects),
hasBlockedIssuesFeature: parseBoolean(hasBlockedIssuesFeature),
hasIssuableHealthStatusFeature: parseBoolean(hasIssuableHealthStatusFeature),
+ hasIssueDateFilterFeature: parseBoolean(hasIssueDateFilterFeature),
hasIssueWeightsFeature: parseBoolean(hasIssueWeightsFeature),
hasIterationsFeature: parseBoolean(hasIterationsFeature),
hasScopedLabelsFeature: parseBoolean(hasScopedLabelsFeature),