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

[#321] Increase max_length for first_name and last_name fields #325

Merged
merged 7 commits into from
Jan 30, 2020

Conversation

shadcn
Copy link
Contributor

@shadcn shadcn commented Jan 29, 2020

Fixes #321

This PR increases the max_length for first_name and last_name fields to 64.

Note:

I searched the docs but did not find this limit (64) documented anywhere. I manually tested this and it started failing at 65. (The D7 module is using the max value (255) for the fields)

https://docs.apigee.com/api-platform/reference/naming-guidelines
https://docs.apigee.com/api-platform/publish/drupal/add-and-manage-user-accounts.html

@googlebot googlebot added the cla: yes Indicates CLA has been signed label Jan 29, 2020
@shadcn shadcn marked this pull request as ready for review January 29, 2020 10:24
Copy link
Collaborator

@cnovak cnovak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small changes

apigee_edge.install Outdated Show resolved Hide resolved
apigee_edge.install Outdated Show resolved Hide resolved
@cnovak
Copy link
Collaborator

cnovak commented Jan 30, 2020

I tested the update and looks good.

@shadcn
Copy link
Contributor Author

shadcn commented Jan 30, 2020

@cnovak Ready for another review.

Copy link
Collaborator

@cnovak cnovak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thx

@shadcn shadcn merged commit 3b0550d into apigee:8.x-1.x Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates CLA has been signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Too short first_name and last_name fields
3 participants