id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11707 Module and other classes should have a realm attribute Ryan J Ollos Ryan J Ollos "This is a follow-on to #11609 in which the `realm` attribute was added to Model objects. I propose to add a realm attribute to other classes, including those implementing `IRequestHandler` (i.e. the ""Module"" classes), with the realm being assigned from the class attribute defined in the class implementing `IResourceManager`. This should help avoid regressions like the one mentioned in comment:12:ticket:11697. " enhancement closed normal 1.1.3 general normal fixed The `IResourceManager` implementation defines the `realm` through a class attribute, which is then assigned to model and module classes (classes implementing `IResourceHandler`). This allows the singly-defined `realm` attribute to be used throughout the package and avoids the repeated use of static strings.