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

Top Bedrock (weathered/fresh) 0 wird nicht angezeigt. #1780

Open
MiraGeowerkstatt opened this issue Dec 19, 2024 · 2 comments · May be fixed by #1782
Open

Top Bedrock (weathered/fresh) 0 wird nicht angezeigt. #1780

MiraGeowerkstatt opened this issue Dec 19, 2024 · 2 comments · May be fixed by #1782
Assignees
Labels
bug Something isn't working

Comments

@MiraGeowerkstatt
Copy link
Contributor

MiraGeowerkstatt commented Dec 19, 2024

Wenn in der Datenbank 0 steht wird im UI ein leeres Input angezeigt.

Fix:
nullish coalescing operator (??) statt logical OR verwenden.

value={borehole?.topBedrockWeatheredMd || ""} wird zu
value={borehole?.topBedrockWeatheredMd ?? ""}

@MiraGeowerkstatt MiraGeowerkstatt added the bug Something isn't working label Dec 19, 2024
@MiraGeowerkstatt MiraGeowerkstatt self-assigned this Dec 19, 2024
@danjov danjov changed the title Top Bedrock weathered 0 wird nicht angezeigt. Top Bedrock (weathered/fresh) 0 wird nicht angezeigt. Dec 19, 2024
@gysimichael
Copy link
Contributor

Bitte generell prüfen, wo dies der Fall ist. Bei Top Fels tritt dies bei der Bohrung: https://dev-boreholes.swissgeol.ch/16519/borehole#general auf. Eintrag DB bei top Fels ist 0, im UX sieht man nichts

Image

@gysimichael
Copy link
Contributor

Im idealfall im Januar 2025 angehen

@MiraGeowerkstatt MiraGeowerkstatt linked a pull request Dec 20, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants