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
Describe the bug
If you change the measure name of a measure in the success model and delete the old measure name from the model then the success modeling service will throw an error.
The reason is that when we change the measure name in the evaluation center, we first send a request to update the measure catalog, and only if that request is successful do we send a new request to save the model.
The problem is that at that time we send the first request, the success modeling service will check that all measures in the success model are present in the measure catalog. But because we deleted the old measure and have not sent a request for the updated model the service complains that the measure is missing.
To Reproduce
Steps to reproduce the behavior:
Go to the modeling page of the evaluation center
Choose a group and a service
Create a measure
Save the measure.
Save the model
Change the name of the measure
Save the model again
Expected behavior
The model and catalog both should be updated correctly
The text was updated successfully, but these errors were encountered:
Describe the bug
If you change the measure name of a measure in the success model and delete the old measure name from the model then the success modeling service will throw an error.
The reason is that when we change the measure name in the evaluation center, we first send a request to update the measure catalog, and only if that request is successful do we send a new request to save the model.
The problem is that at that time we send the first request, the success modeling service will check that all measures in the success model are present in the measure catalog. But because we deleted the old measure and have not sent a request for the updated model the service complains that the measure is missing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The model and catalog both should be updated correctly
The text was updated successfully, but these errors were encountered: