magento / architecture

A place where Magento architectural discussions happen
275 stars 155 forks source link

Change CompanyRole.permissions from [String] to [CompanyAclResource] #377

Closed DrewML closed 4 years ago

DrewML commented 4 years ago

Problem

When selecting from CompanyRole.permissions, you get a [String] of permission IDs. A UI may wish to capture the permission's label text in the same request.

Solution

Change permissions to point to the appropriate type (CompanyAclResource)

Requested Reviewers

@kokoc @paliarush

DrewML commented 4 years ago

Consensus reached during meeting last week