Project

General

Profile

Actions

Patch #33567

closed

Fix typo in watchers_controller.rb

Added by Pavel Rosický almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

find_objets_from_params -> find_objects_from_params


Files

watchers_controller.rb.patch (1.06 KB) watchers_controller.rb.patch Pavel Rosický, 2020-06-08 13:40
Actions #1

Updated by Go MAEDA almost 4 years ago

  • Target version set to 4.2.0

I found the same typos in another file.

diff --git a/test/helpers/watchers_helper_test.rb b/test/helpers/watchers_helper_test.rb
index ccbc80875..057b1bdd8 100644
--- a/test/helpers/watchers_helper_test.rb
+++ b/test/helpers/watchers_helper_test.rb
@@ -34,7 +34,7 @@ class WatchersHelperTest < Redmine::HelperTest
     assert_equal expected, watcher_link(Issue.find(1), User.find(1))
   end

-  test '#watcher_link with a single objet array' do
+  test '#watcher_link with a single object array' do
     expected = link_to(
       "Watch",
       "/watchers/watch?object_id=1&object_type=issue",
@@ -43,7 +43,7 @@ class WatchersHelperTest < Redmine::HelperTest
     assert_equal expected, watcher_link([Issue.find(1)], User.find(1))
   end

-  test '#watcher_link with a multiple objets array' do
+  test '#watcher_link with a multiple objects array' do
     expected = link_to(
       "Watch",
       "/watchers/watch?object_id%5B%5D=1&object_id%5B%5D=3&object_type=issue",
Actions #2

Updated by Go MAEDA almost 4 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
Actions #3

Updated by Go MAEDA almost 4 years ago

Committed the patch. Thank you.

Actions #4

Updated by Go MAEDA almost 4 years ago

  • Subject changed from fix a typo in watchers_controller.rb to Fix typo in watchers_controller.rb
Actions

Also available in: Atom PDF