-
Notifications
You must be signed in to change notification settings - Fork 46
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
Too short first_name and last_name fields #321
Comments
Thanks @boobaa for the detailed explanation and providing additional context. We will take a look at this issue shortly. |
shadcn
added a commit
to shadcn/apigee-edge-drupal
that referenced
this issue
Jan 29, 2020
shadcn
added a commit
to shadcn/apigee-edge-drupal
that referenced
this issue
Jan 29, 2020
shadcn
added a commit
to shadcn/apigee-edge-drupal
that referenced
this issue
Jan 29, 2020
shadcn
added a commit
to shadcn/apigee-edge-drupal
that referenced
this issue
Jan 29, 2020
shadcn
added a commit
to shadcn/apigee-edge-drupal
that referenced
this issue
Jan 30, 2020
shadcn
added a commit
to shadcn/apigee-edge-drupal
that referenced
this issue
Jan 30, 2020
shadcn
added a commit
that referenced
this issue
Jan 30, 2020
[#321] Increase max_length for first_name and last_name fields
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Cannot create a user in Drupal with a first_name and/or last_name longer than 32 chars.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Registration and developer sync between Drupal and Apigee Edge should happen without this error. The first_name and last_name fields should be at least as long as they are in Apigee Edge.
Additional context
The bug is in apigee_edge.module's
hook_entity_base_field_info()
: https://github.com/apigee/apigee-edge-drupal/blob/8.x-1.x/apigee_edge.module#L251Most probably a
hook_update_N()
is also needed in order to make this field longer on already-existing sites.Version Info
drupal/core: 8.8.1
drupal/apigee_edge: 1.4.0
The text was updated successfully, but these errors were encountered: