Skip to content

fix: allow persistence of custom shareholder display IDs#22

Merged
nihas101 merged 1 commit into
mainfrom
bugfix/shareholder_display_id
May 2, 2026
Merged

fix: allow persistence of custom shareholder display IDs#22
nihas101 merged 1 commit into
mainfrom
bugfix/shareholder_display_id

Conversation

@nihas101
Copy link
Copy Markdown
Owner

@nihas101 nihas101 commented May 2, 2026

The display_id for shareholders was not being persisted during creation because it was marked as insertable = false and @Generated. This led to the database always using the auto-incremented id, even if a specific ID was provided in the UI.

The `display_id` for shareholders was not being persisted during
creation because it was marked as `insertable = false` and `@Generated`.
This led to the database always using the auto-incremented `id`, even if
a specific ID was provided in the UI.
@nihas101 nihas101 merged commit 6a99e7b into main May 2, 2026
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.

1 participant