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

fix: When UUID is null stop thread process. #56

Merged

Conversation

EdwinBetanc0urt
Copy link
Contributor

@EdwinBetanc0urt EdwinBetanc0urt commented Sep 30, 2024

Before this changes

2024-09-30T20:14:48.382351531Z 2024-09-30T20:14:48.382Z WARN  [server] Topic: "role", invalid type: null, expected a string at line 1 column 88
2024-09-30T20:14:48.389843074Z thread 'tokio-runtime-worker' panicked at src/models/role.rs:114:30:
2024-09-30T20:14:48.389891386Z called `Option::unwrap()` on a `None` value
2024-09-30T20:14:48.389895003Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

After this changes

imagen

image_2024-09-30_18-08-58

Additional context

fixes https://github.com/solop-develop/frontend-core/issues/2715

@yamelsenih yamelsenih merged commit 9a15583 into adempiere:main Sep 30, 2024
1 check passed
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.

Los UUID nulos, detienen la exportación de diccionario a OpenSearch
2 participants