Azure / azure-saas

The Azure SaaS Development Kit (ASDK) provides a reference architecture, deployable reference implementation and tools to help developers, startups, ISVs and Enterprises deliver their applications as a SaaS service. A platform for platform creators.
https://aka.ms/azuresaasdevkit
326 stars 239 forks source link

Service plan of Tenant does not change #258

Open leo-schick opened 5 months ago

leo-schick commented 5 months ago

Describe the bug When I use the Edit page of a tenant and want to change the service plan (property ProductTierId), it does not change but keep its value.

To Reproduce Steps to reproduce the behavior:

  1. Go to the signup admin page
  2. Login as Tenant Admin user
  3. go to Admin in the top menu
  4. Select your Tenant and choose another Service Plan
  5. Click Save
  6. You will be redirected to the Tenant list overview, but it still holds its old Service Plan. It does not change.

The other properties can be changed but Service Plan cannot. Fun fact: The Edit page will next time you click Edit on the tenant show the value you selected before - not the value as it is represented in the data. But when you open the Detail page of a tenant, you will see the right value. It looks like that the UI control for the Service Plan on the Edit page is not correctly mapped.

Expected behavior The tenant Service Plan should change in the database after change it in the Edit page of a tenant.

Screenshots Tenants overview before editing: image

Then I clicked Edit and changed the Service Plan image

Its still the same: image

Desktop (please complete the following information):