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

Form Search download doesn't match table #376

Open
BrianRamsay opened this issue Sep 16, 2022 · 3 comments
Open

Form Search download doesn't match table #376

BrianRamsay opened this issue Sep 16, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@BrianRamsay
Copy link
Contributor

In many cases, the form search download doesn't match what is in the datatable. It should always be identical (in terms of # of results).

@BrianRamsay BrianRamsay added the bug Something isn't working label Sep 16, 2022
@AndersonStettner
Copy link
Contributor

@martinj2-dot
Copy link
Contributor

martinj2-dot commented Oct 13, 2022

Steps to figure out issue:

  1. Currently 1 issue resides with studentLaborEvaluations, most likely when they are pulling data from the database and there is a new line character.
  2. The issue is likely as a result of saving the student labor evaluation with a newline character. If that's the case we need to fix how the studentLaborEvaluation "Notes" field is saved into the table.
  3. Brian mentioned some overload forms that were messing up, but I couldn't find any, need to speak to him about that.

Known bugs:

Text wrap character: (|,19,|) NEED TO CHANGE
Fix new line character: shows in notepad as a new line if one exists. need to filter it out when wrapping text.

@martinj2-dot
Copy link
Contributor

Steps to figure out issue:

  1. Currently 1 issue resides with studentLaborEvaluations, most likely when they are pulling data from the database and there is a new line character.
  2. The issue is likely as a result of saving the student labor evaluation with a newline character. If that's the case we need to fix how the studentLaborEvaluation "Notes" field is saved into the table.
  3. Brian mentioned some overload forms that were messing up, but I couldn't find any, need to speak to him about that.

Known bugs:

Text wrap character: (|,19,|) NEED TO CHANGE Fix new line character: shows in notepad as a new line if one exists. need to filter it out when wrapping text.

Couldn't replicate the issue on my machine or Karina's. Could replicate it on Brian and Scott's Mac's. Could be Mac specific? Gonna move on for now and come back to this later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants