You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Products are loaded through our pipeline and the ID is an autogenerated guid. So, we are now seeing this on the Profile page. In this example, the Product name is the Product ID, not the Product Display Name. Note, you can see the "unlimited" has the lower case 'u' which is the default product from APIM when the site is provisioned. In this case the "Unlimited" product has the Id of "unlimited"
Reproduction steps
Create a new Product in Azure portal, make not to make the Display Name and ID different.
Make sure the new Product has Access control set to Developer and Guests
Make sure the new Product is assigned to the Echo API
Launch the portal
Log into the site
Select the new product from the Products page
Select it to subscribe to it.
Navigate to your Profile page to review your subscriptions
Expected behavior
The Product Display Name should be shown.
Is your portal managed or self-hosted?
Both
Release tag or commit SHA (if using self-hosted version)
2.4.3
Additional context
? Was this the change?
changing Line 127 to helped our experience, but didn't test all aspects of the site. subscriptionModel.productName = product.properties.displayName;
The text was updated successfully, but these errors were encountered:
azaslonov
added
the
(t) Bug
Bug reports (actual behavior is different than the expected behavior).
label
Sep 3, 2020
This appears to be regression with change #819
Our Products are loaded through our pipeline and the ID is an autogenerated guid. So, we are now seeing this on the Profile page. In this example, the Product name is the Product ID, not the Product Display Name. Note, you can see the "unlimited" has the lower case 'u' which is the default product from APIM when the site is provisioned. In this case the "Unlimited" product has the Id of "unlimited"
Reproduction steps
Expected behavior
The Product Display Name should be shown.
Is your portal managed or self-hosted?
Both
Release tag or commit SHA (if using self-hosted version)
2.4.3
Additional context
? Was this the change?
changing Line 127 to helped our experience, but didn't test all aspects of the site.
subscriptionModel.productName = product.properties.displayName;
The text was updated successfully, but these errors were encountered: