v2.72.1
Permission:Read to License:ID Refactor, Thursday, March 18, 2021
This point release will have the create License table database migration and Grant table permission:read to full license License:ID credential conversion rake task. Since the current policies use the existence of a Grant table entry to determine read access the credential conversion will not change the behavior of the system. Changes to the API controllers to use the full license License:ID credential instead of the permission:read credential will also be included. This release will make it possible to rollback future releases without having to worry about the License table database migration or the conversion of Grant table permission:read credential entries to full license License:ID credential entries.
Create single inheritance table License
Create License, FullLicense < License, and TrialLicense < License models
Create views and controller for License model
Add License table views to Fulcrum dashboard
Add License credential to Fulcrum dashboard Grants table views
Calls to the API create full license License:ID credentials in Grant table.
Convert permission:read credential entries to full license License:ID credential entries