Edgewall Software

Changes between Version 4 and Version 5 of Ticket #11707


Ignore:
Timestamp:
Nov 24, 2014, 11:08:04 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11707 – Release Notes

    v4 v5  
    1 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.
  • Ticket #11707 – API Changes

    v4 v5  
     1The `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.