Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Fixed
-
None
-
None
-
None
Description
The "display" property of a Provider is rendered in the following format:
"[identifier] - [name]"
However, there's a null check on identifier, and if the identifier is null it returns an empty string for the identifier. In this case, rather, it should return the name.