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
When using the editor control and have a attribute that is an image and uses the autosave property. The feature is saved with the image when clicking the save button. When continueing to add more new features with images the previously added feature with image is still recognized as changed although noting has changed with it, resulting in two update transacions are sent to the server, both the new and the previosluy added that hasn't changed. When this happens for all consecutive features it starts to build up in memory and the number of transactions to the server.
To Reproduce
Steps to reproduce the behavior:
Setup a editor control with an image attribute and autosave
Open the developer mode i the web browser and network tab
Add a feature with image, noticing 1 update transaction is sent
Add another feature with image, noticing 2 update transaction is sent
Add another feature with image, noticing 3 update transaction is sent
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Three update transaction are sent after adding the third feature, although noting ha changed with the two previously added features
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the editor control and have a attribute that is an image and uses the autosave property. The feature is saved with the image when clicking the save button. When continueing to add more new features with images the previously added feature with image is still recognized as changed although noting has changed with it, resulting in two update transacions are sent to the server, both the new and the previosluy added that hasn't changed. When this happens for all consecutive features it starts to build up in memory and the number of transactions to the server.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Three update transaction are sent after adding the third feature, although noting ha changed with the two previously added features
The text was updated successfully, but these errors were encountered: