avoid updating the lock version on finishing an attachment upload (#8934)
If the lock version is increased, it might happen while the user is still editing the description. The user might have added an image to the description and continues typing. In the backend, the FinishDirectUploadJob is run before the user presses the checkmark to send the updated description. In that case, a 409 conflict would be signaled if the lock version were to be updated in the meantime.pull/8936/head
parent
38cae188ad
commit
2744673ec8
Loading…
Reference in new issue