-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue editing multiple fields in MapStore Attribute Table #10648
Closed
1 task done
Comments
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 5, 2024
…ibute Table Description: - edit in update wfs-t xml payload in case of multi-edit in each sigle row - add unit test for 'savePendingFeatureGridChanges'
12 tasks
12 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 5, 2024
…from epics/featuregrid to FeatureGridUtils file and a unit test is added for it.
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 5, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 5, 2024
MV88
pushed a commit
that referenced
this issue
Nov 5, 2024
…0651) * #10648: Issue editing multiple fields in MapStore Attribute Table Description: - edit in update wfs-t xml payload in case of multi-edit in each sigle row - add unit test for 'savePendingFeatureGridChanges' * #10648: move 'createChangesTransaction' util function from epics/featuregrid to FeatureGridUtils file and a unit test is added for it. * #10648: handle unit test for 'savePendingFeatureGridChanges' * #10648: edit jsdoc for util 'createChangesTransaction'
tdipisa
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Nov 5, 2024
rmelarab-ngs
pushed a commit
to ngsllc/MapStore2
that referenced
this issue
Nov 5, 2024
…ibute Table (geosolutions-it#10651) * geosolutions-it#10648: Issue editing multiple fields in MapStore Attribute Table Description: - edit in update wfs-t xml payload in case of multi-edit in each sigle row - add unit test for 'savePendingFeatureGridChanges' * geosolutions-it#10648: move 'createChangesTransaction' util function from epics/featuregrid to FeatureGridUtils file and a unit test is added for it. * geosolutions-it#10648: handle unit test for 'savePendingFeatureGridChanges' * geosolutions-it#10648: edit jsdoc for util 'createChangesTransaction'
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 6, 2024
…ibute Table (geosolutions-it#10651) * geosolutions-it#10648: Issue editing multiple fields in MapStore Attribute Table Description: - edit in update wfs-t xml payload in case of multi-edit in each sigle row - add unit test for 'savePendingFeatureGridChanges' * geosolutions-it#10648: move 'createChangesTransaction' util function from epics/featuregrid to FeatureGridUtils file and a unit test is added for it. * geosolutions-it#10648: handle unit test for 'savePendingFeatureGridChanges' * geosolutions-it#10648: edit jsdoc for util 'createChangesTransaction'
tdipisa
removed
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
Nov 6, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 6, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 6, 2024
Merged
12 tasks
Merged
12 tasks
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 6, 2024
MV88
pushed a commit
that referenced
this issue
Nov 6, 2024
mahmoudadel54
added a commit
to mahmoudadel54/MapStore2
that referenced
this issue
Nov 6, 2024
…le fields in MapStore Attribute Table (geosolutions-it#10654) * geosolutions-it#10648: fix FE tests failure for savePendingFeatureGridChanges * geosolutions-it#10648: remove unit test of 'savePendingFeatureGridChanges'
MV88
pushed a commit
that referenced
this issue
Nov 6, 2024
…tore Attribute Table (#10651) (#10653) * #10648: Issue editing multiple fields in MapStore Attribute Table (#10651) * #10648: Issue editing multiple fields in MapStore Attribute Table Description: - edit in update wfs-t xml payload in case of multi-edit in each sigle row - add unit test for 'savePendingFeatureGridChanges' * #10648: move 'createChangesTransaction' util function from epics/featuregrid to FeatureGridUtils file and a unit test is added for it. * #10648: handle unit test for 'savePendingFeatureGridChanges' * #10648: edit jsdoc for util 'createChangesTransaction' * #10648: fix FE test failure for - Issue editing multiple fields in MapStore Attribute Table (#10654) * #10648: fix FE tests failure for savePendingFeatureGridChanges * #10648: remove unit test of 'savePendingFeatureGridChanges'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bug is with editing multiple attributes in Attribute Table for which only one of them is saved.
Basically MapStore is performing WFS-T request with a wrong XML syntax in this case.
The body of the XML is:
While for editing multiple attributes it should be something like the following:
How to reproduce
DRAFT LIST OF STEPS
Expected Result
All edited attributes are persisted as expected
Current Result
Only one of them is saved
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: