Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Remove unnecessary GET call from classification store
Description
When saving an classification the responded classification does not match the responded classification of a get request (for the same classification). This should not be the case. The differnce is the modified date, which has a higher precision in the put request.
Left: response of the GET request ; Right: response of the PUT request
This has been fixed, but there was a temporary solution, which needs to be removed from the classifcation store
When saving an classification the responded classification does not match the responded classification of a get request (for the same classification). This should not be the case. The differnce is the modified date, which has a higher precision in the put request.
Left: response of the GET request ; Right: response of the PUT request
This has been fixed, but there was a temporary solution, which needs to be removed from the classifcation store