Skip to content

Commit

Permalink
Merge branch 'feature-DATAAPI-25_validated_data_not_passed_through_on…
Browse files Browse the repository at this point in the history
…_update_record_put' of github.com:jtcy0123/preside-ext-data-api into feature-DATAAPI-25_pass-validated-data-to-update-record
  • Loading branch information
DominicWatson committed Oct 13, 2023
2 parents 114f8aa + bfc0ff8 commit f5d6f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/rest-apis/data/v1/SingleRecord.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ component {
var updated = dataApiService.updateSingleRecord(
entity = entity
, recordId = recordId
, data = body
, data = validationData
);

if ( updated ) {
Expand All @@ -96,4 +96,4 @@ component {

restResponse.setData( { deleted=deletedCount } );
}
}
}

0 comments on commit f5d6f9d

Please sign in to comment.