Metadata search will be broken if the search result contains schedule type with authorization enabled
Description
Release Notes
None
relates to
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
Created December 27, 2018 at 12:53 AM
Updated September 10, 2019 at 2:42 PM
In 5.0 we introduce schedule type metadata entity to mds to populate the profile metadata. Without authorization, it works fine since the authorizer will not do any filtering. With authorization enabled, the authorizer will convert the result to an Authorizable, which does not accept schedule. This will break if we add any new metadata entity to the metadata store.