Skip to content

Commit

Permalink
geosolutions-it#10648: edit jsdoc for util 'createChangesTransaction'
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadel54 committed Nov 5, 2024
1 parent 2c91bcd commit b18fd01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/client/utils/FeatureGridUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ export const supportsFeatureEditing = (layer) => includes(supportedEditLayerType
*/
export const areLayerFeaturesEditable = (layer) => !layer?.disableFeaturesEditing && supportsFeatureEditing(layer);
/**
* Create wfs-t xml payload for insert/edit/delete features in featuregrid
* @param {array} changes array of update/delete objects
* @param {array} newFeatures array of new inserted features
* Create wfs-t xml payload for insert/edit features in featuregrid
* @param {object} changes object that contains updates e.g: {LAYER_NAME.id: {"FIELD1": 55, "FIELD2":"edit 02"}}
* @param {object[]} newFeatures array of new inserted features
* @param {object} wfsutils object of wfs utils that includes insert/update/propertyChange/getPropertyName/transaction
* @returns {string} wfs-transaction xml payload
*/
Expand Down

0 comments on commit b18fd01

Please sign in to comment.