Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
Core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 976
    • Issues 976
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • Core
  • Issues
  • #468

Closed
Open
Opened Oct 24, 2018 by francescbassas@francescbassas

Missing transaction ids on reports

How to reproduce

  1. Create contributionA on contactA without assigning any transaction_id. A record on civicrm_contribution is created with transaction_id = NULL
  2. Modify contributionA to assign a transaction_id = aaaaaa. The record previously created on civicrm_contribution stills have transaction_id = ǸULL
  3. Create contributionB on contactA with a transaction_id = bbbbbb
  4. Visualize a Contribution Details report with column transaction_id enabled and filtering results for contactA
  5. Note that transaction_id column for contributionA is empty instead of aaaaaa and transaction_id column for contributionB is bbbbbb

Same happens on Event Participants List report for event related contributions in which the transaction_id was edited a posteriori.

Edited May 24, 2019 by francescbassas
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: dev/core#468