Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-38579

Selecting a date from the date picker on errata type filter page reports `NameError: undefined local variable or method `date_type'` error.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 6.17.4
    • Content Views
    • None
    • None
    • None
    • None

      Description of problem:

      Selecting a date from the date picker on errata type filter page reports `NameError: undefined local variable or method `date_type'` error.

      Version-Release number of selected component (if applicable):

      6.17.3

      How reproducible:

      Always

      Steps to Reproduce:

      1. Create a CV with few repositories.
      2. Create a CV filter of Errata type
      3. Click on the date picker on Start date field and select any date. 

      Actual results:

      The following error is reported. 

      undefined local variable or method `date_type' for #<Katello::Api::V2::ErrataController:0x000000004d4798>

      Production log reports the following:

      2025-09-20T01:11:55 [E|app|2bfca5e2] NameError: undefined local variable or method `date_type' for #<Katello::Api::V2::ErrataController:0x000000004947b0>
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/app/controllers/katello/api/v2/errata_controller.rb:66:in `custom_index_relation_handle_type_and_time'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/app/controllers/katello/api/v2/errata_controller.rb:62:in `custom_index_relation'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/app/controllers/katello/concerns/api/v2/repository_content_controller.rb:93:in `index_relation'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/app/controllers/katello/concerns/api/v2/repository_content_controller.rb:36:in `index'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/app/controllers/katello/api/v2/errata_controller.rb:23:in `index'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/base.rb:215:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/rendering.rb:165:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/callbacks.rb:234:in `block in process_action'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
       2bfca5e2 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
       2bfca5e2 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
       2bfca5e2 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
       2bfca5e2 | /usr/share/gems/gems/audited-5.8.0/lib/audited/sweeper.rb:16:in `around'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
       2bfca5e2 | /usr/share/gems/gems/audited-5.8.0/lib/audited/sweeper.rb:16:in `around'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:138:in `run_callbacks'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/callbacks.rb:233:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/rescue.rb:23:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/notifications.rb:206:in `block in instrument'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/notifications.rb:206:in `instrument'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/instrumentation.rb:66:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/activerecord-7.0.8.7/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/app/controllers/katello/concerns/api/api_controller.rb:46:in `process_action'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/base.rb:151:in `process'
       2bfca5e2 | /usr/share/gems/gems/actionview-7.0.8.7/lib/action_view/rendering.rb:39:in `process'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal.rb:188:in `dispatch'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal.rb:251:in `dispatch'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:32:in `serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/mapper.rb:48:in `serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:50:in `block in serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:32:in `each'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:32:in `serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:852:in `call'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/engine.rb:530:in `call'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/railtie.rb:226:in `public_send'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/railtie.rb:226:in `method_missing'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/mapper.rb:48:in `serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:50:in `block in serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:32:in `each'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:32:in `serve'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:852:in `call'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/lib/katello/middleware/organization_created_enforcer.rb:18:in `call'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/lib/katello/middleware/event_daemon.rb:10:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/apipie-dsl-2.6.2/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
       2bfca5e2 | /usr/share/gems/gems/apipie-rails-1.4.2/lib/apipie/static_dispatcher.rb:74:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call'
       2bfca5e2 | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
       2bfca5e2 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
       2bfca5e2 | /usr/share/gems/gems/apipie-rails-1.4.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/tempfile_reaper.rb:15:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/etag.rb:27:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/conditional_get.rb:27:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/head.rb:12:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/http/permissions_policy.rb:38:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/http/content_security_policy.rb:39:in `call'
       2bfca5e2 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/session/abstract/id.rb:266:in `context'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/session/abstract/id.rb:260:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/cookies.rb:704:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:99:in `run_callbacks'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/show_exceptions.rb:29:in `call'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/rack/logger.rb:40:in `call_app'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/rack/logger.rb:27:in `call'
       2bfca5e2 | /usr/share/gems/gems/sprockets-rails-3.5.2/lib/sprockets/rails/quiet_assets.rb:17:in `call'
       2bfca5e2 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/request_id.rb:26:in `call'
       2bfca5e2 | /usr/share/gems/gems/katello-4.16.0.8/lib/katello/prevent_json_parsing.rb:12:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/method_override.rb:24:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/runtime.rb:22:in `call'
       2bfca5e2 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/executor.rb:14:in `call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/sendfile.rb:110:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/ssl.rb:77:in `call'
       2bfca5e2 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
       2bfca5e2 | /usr/share/gems/gems/secure_headers-6.7.0/lib/secure_headers/middleware.rb:11:in `call'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/engine.rb:530:in `call'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/railtie.rb:226:in `public_send'
       2bfca5e2 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/railtie.rb:226:in `method_missing'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/urlmap.rb:74:in `block in call'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/urlmap.rb:58:in `each'
       2bfca5e2 | /usr/share/gems/gems/rack-2.2.14/lib/rack/urlmap.rb:58:in `call'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/configuration.rb:279:in `call'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/request.rb:99:in `block in handle_request'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/thread_pool.rb:390:in `with_force_shutdown'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/request.rb:98:in `handle_request'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/server.rb:472:in `process_client'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/server.rb:254:in `block in run'
       2bfca5e2 | /usr/share/gems/gems/puma-6.6.0/lib/puma/thread_pool.rb:167:in `block in spawn_thread'
       2bfca5e2 | /usr/share/gems/gems/logging-2.4.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
      2025-09-20T01:11:55 [I|app|2bfca5e2] Completed 500 Internal Server Error in 202ms (Views: 0.2ms | ActiveRecord: 17.4ms | Allocations: 97011)

       

              Unassigned Unassigned
              rhn-support-msunil Manu Sunil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: