Project

General

Profile

Actions

Bug #19317

closed

Plugin and dashboard widget registry auto-reloaded

Added by Dominic Cleal about 7 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Rails
Target version:
Fixed in Releases:
Found in Releases:

Description

Since #18445, the plugin and related classes may be reloaded, losing registrations - probably for plugin registrations, default dashboard widgets, modified menu items, and permissions.

The change to use require_dependency will allow Rails to track the constants and reload them when the source files are modified, discarding the class variable. The use of require_dependency is however required to ensure eager loading doesn't load the file twice (#18445).

The source files may need to be moved to prevent double-loading and to be excluded from autoloading.


Related issues 5 (0 open5 closed)

Related to Foreman - Bug #18445: "Cannot define multiple 'included' blocks" for audit_extensions with eager_load enabledClosedDominic Cleal02/09/2017Actions
Related to Foreman - Bug #10927: Resetting dashboard to default widgets adds no widgetsClosedDominic Cleal06/25/2015Actions
Related to Katello - Bug #19351: transient test failureClosedJustin Sherrill04/21/2017Actions
Has duplicate Foreman - Bug #19318: Plugins infrastructure don't work reliably in developmentDuplicate04/19/2017Actions
Has duplicate Katello - Bug #19290: Unable to retrieve API bindings via hammerDuplicate04/17/2017Actions
Actions

Also available in: Atom PDF