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

Re-calculate display values after loading archived data #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hermann-p
Copy link
Contributor

  • I gave the PR a meaningful name
  • I checked that the correct target branch is selected
  • I rebased the branch on the target branch and it can be merged
  • I ran the linter and it did pass
  • I checked for unused code / dead code / debug code
  • I checked that variables/functions have meaningful names
  • I checked that the behaviour is as the documentation/task describes and I tested it
  • I updated the docs / specifications if possible
  • I could explain all that code when someone wakes me up at 3am
  • I checked that the code considers failures and not just the happy path
  • There are no new dependencies OR I listed them and explained them below
  • PR introduces no breaking changes OR I listed them and described them below
  • I added/updated tests for new/modified unit-testable functions/helpers
  • I ran the tests and they did pass

Summary

Hier scheint das Problem beim Filtern zu sein, dass die DisplayValues für die
archivierten Rows nicht nachgeneriert werden, dadurch greifen die Suchfunktionen
nicht.

Copy link
Collaborator

@McHunkyTrunk McHunkyTrunk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hermann-p Es scheint noch irgendwas nicht in Ordnung zu sein. Die Filterung wird zwar angewandt, aber ich bekomme auch Ergebnisse mit den Zeilen, wo in der jeweiligen Spalte nichts eingetragen ist. Das betrifft sowohl archivierte als auch nicht-archivierte Zeilen.

Siehe beispielsweise BikeParts Testinstanz:
https://pdc-test.bikeparts.grud.de/de/tables/205

image

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.

2 participants