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

Serialization Error when using UUID as pk on delete. #163

Open
kristofwybomos opened this issue Dec 11, 2024 · 0 comments
Open

Serialization Error when using UUID as pk on delete. #163

kristofwybomos opened this issue Dec 11, 2024 · 0 comments

Comments

@kristofwybomos
Copy link

#100 Fixed some issues with using UUIDs as primary keys, but one issue remains. When trying to delete an object with UUID as pk on Master, there's a JSON serialization error. The issue occurs in MasterSignals classmethod post_delete. instance_data contains instance.pk which can be of type UUID. Later in TransportPayload, get_json_valid_value is used to get a string for instance_pk and correlation_id but not the contents of instance_data.

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

No branches or pull requests

1 participant