Issue 19: Admin/productsController#search is broken
Status:  Fixed
Owner: ----
Closed:  Apr 2008
Reported by edmundo...@gmail.com, Feb 20, 2008
What steps will reproduce the problem?
1. Log in the administration view.
2. Access products and try to using the field at right to search something.

What is the expected output? What do you see instead?
Is expected a list with the results, but an exception is caught.

What version of the product are you using? On what operating system?
trunk. Ubuntu 7.04

Please provide any additional information below.

NameError in Admin/productsController#search

uninitialized constant Admin::ProductsController::Paginator

RAILS_ROOT: /.../substruct_rel_1-0-a2_trunk
Application Trace | Framework Trace | Full Trace

vendor/rails/activesupport/lib/active_support/dependencies.rb:478:in
`const_missing'
vendor/plugins/substruct/app/controllers/admin/products_controller.rb:152:in
`search'
vendor/rails/actionpack/lib/action_controller/base.rb:1158:in `send'
...


FIX:

"include Pagination" is missing from Admin::ProductsController.
Mar 13, 2008
#1 rogerpack2005
+1 for a desire to fix this :)
Apr 7, 2008
Project Member #2 subim...@gmail.com
Fixed by Rev #45
Status: Fixed