Skip to content
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

LCFS - BUG - The "From" column on the Transaction index page table displays "N/A" #1739

Open
airinggov opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working Credit Transfers High High priority ticket but not critical at this time

Comments

@airinggov
Copy link
Collaborator

Describe the Bug:
The "From" column on the Transaction index page table displays "N/A" for Transfers. This is incorrect as there should always be a value in the "From" column for a Transfer.

Image

Expected Behaviour:
The "From" column should always display a valid value for Transfers, reflecting the originating entity involved in the transaction.

Actual Behaviour:

  • The "From" column displays "N/A" for Transfers on the Transaction index page table.
  • This results in incomplete and inaccurate information being shown to users.

Implications:

  • Users may be misled by the lack of information in the "From" column.
  • Reporting and auditing processes that rely on this data may be compromised.

Steps To Reproduce:

  1. User/Role: Any user accessing the Transaction index page.
  2. Locate a Transfer record in the table.
  3. Observe the "From" column for the Transfer.
  4. Note that the column displays "N/A" instead of a valid value.

Additional Context:

  • This issue may be caused by missing or incorrect data mapping for the "From" column in Transfers.
  • Review the logic populating the "From" column to ensure it retrieves and displays the correct value.

Notes:

  • Investigate the data source and ensure the "From" column for Transfers is correctly populated.
  • Test the fix with various Transfer records to confirm the issue is resolved.
  • Validate that other transaction types are not affected by this fix.
@airinggov airinggov added bug Something isn't working Credit Transfers Critical Ticket is critical and top priority High High priority ticket but not critical at this time and removed Critical Ticket is critical and top priority labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Credit Transfers High High priority ticket but not critical at this time
Projects
None yet
Development

No branches or pull requests

1 participant