mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Changed any variable name to save confusion
This commit is contained in:
@ -30,7 +30,7 @@ class @MilestoneSelect
|
||||
|
||||
if showAny
|
||||
data.unshift(
|
||||
any: true
|
||||
isAny: true
|
||||
title: 'Any Milestone'
|
||||
)
|
||||
|
||||
@ -47,7 +47,7 @@ class @MilestoneSelect
|
||||
milestone.title
|
||||
id: (milestone) ->
|
||||
if !useId
|
||||
if !milestone.any?
|
||||
if !milestone.isAny?
|
||||
milestone.title
|
||||
else
|
||||
""
|
||||
|
Reference in New Issue
Block a user