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:
authorRuben Davila <rdavila84@gmail.com>2016-11-19 05:19:04 +0300
committerRuben Davila <rdavila84@gmail.com>2016-11-19 05:19:04 +0300
commit452d1d0824f44664484c35a2acc7c008c8167196 (patch)
tree4fc0203967136f3a3f1d93fd42ae565f3afffc0a /app/services/notes
parentaea8baed3093c513560e9ac5ac0c5c99508d3001 (diff)
Backport some changes done from Time Tracking feature in EE.
Diffstat (limited to 'app/services/notes')
-rw-r--r--app/services/notes/create_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notes/create_service.rb b/app/services/notes/create_service.rb
index e338792412b..7935fabe2da 100644
--- a/app/services/notes/create_service.rb
+++ b/app/services/notes/create_service.rb
@@ -35,7 +35,7 @@ module Notes
todo_service.new_note(note, current_user)
end
- if command_params && command_params.any?
+ if command_params.present?
slash_commands_service.execute(command_params, note)
# We must add the error after we call #save because errors are reset