Skip to content

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Oct 24, 2025

Rationale

This pull request adds audit tracking capabilities for data modification operations by introducing an EDIT_METHOD enum and integrating it into query API functions. The changes enable tracking of how data was modified (e.g., bulk edit, detail edit, grid edit) along with the request source location.

Related Pull Requests

Changes

  • Introduced EDIT_METHOD enum to categorize different types of data modifications
  • Modified api.query.insertRows/updateRows/deleteRows/saveRows and moveEntities to accept and process editMethod parameter and record request hash in 'requestSource`
  • Moved updateRowFieldValue out of ui-components since it's not used here

@XingY XingY requested a review from Copilot October 29, 2025 03:57

This comment was marked as duplicate.

@XingY XingY requested a review from cnathe October 30, 2025 18:40
@XingY XingY merged commit e6431a3 into develop Nov 2, 2025
3 checks passed
@XingY XingY deleted the fb_transactionAuditDetails branch November 2, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants