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

An admin user cannot specify a primary key for entities that have a String field as the primary key #723

Closed
phillipuniverse opened this issue Feb 18, 2014 · 0 comments

Comments

@phillipuniverse
Copy link
Contributor

The example is BroadleafCurrency. The primary key (as in, the field annotated with @Id) is a String for the currency code. We are explicitly hiding @Id fields in the admin, but this does not fall under the category of a sequence generator since it's not a number field but something that should be entered.

Because of this, you cannot add instances of a BroadleafCurrency in the system (although this is currently not enabled in the admin out of the box).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants