Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dbd239aa
Commit
dbd239aa
authored
Jul 15, 2020
by
Justin Ho Tuan Duong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
3633a539
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/controllers/projects/integrations/jira/issues_controller.rb
...ntrollers/projects/integrations/jira/issues_controller.rb
+1
-1
No files found.
ee/app/controllers/projects/integrations/jira/issues_controller.rb
View file @
dbd239aa
...
@@ -18,7 +18,7 @@ module Projects
...
@@ -18,7 +18,7 @@ module Projects
rescue_from
::
Projects
::
Integrations
::
Jira
::
IssuesFinder
::
RequestError
,
with: :render_request_error
rescue_from
::
Projects
::
Integrations
::
Jira
::
IssuesFinder
::
RequestError
,
with: :render_request_error
def
index
def
index
params
[
:state
]
=
default_state
if
params
[
:state
].
blank?
params
[
:state
]
=
params
[
:state
].
presence
||
default_state
respond_to
do
|
format
|
respond_to
do
|
format
|
format
.
html
format
.
html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment