Skip to content

Conversation

@ichalagashvili
Copy link
Member

  • Increased minLength10 to minLength15 for Profile Type Attribute code size, since profilepicture has length of 14 and its a default attribute.
  • Replaced field renderer with existing UserProfileField and deleted repeated code.
  • Point 2 fix also fixed the validations that are defined by users for each field for each profile type attributes.

fyi: the other PR was closed as it had incorrect solution

@ichalagashvili ichalagashvili requested review from Dv92 and davdet January 26, 2023 12:40
@github-actions
Copy link

Requested publication of version 7.2.0-ENG-4362-PR-1452

Comment on lines -12 to 13

const maxLength10 = maxLength(10);
const maxLength15 = maxLength(15);
const maxLength50 = maxLength(50);
Copy link
Contributor

Choose a reason for hiding this comment

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

changing this value seems have a global impact to other part of the code that use AttributeInfo. Are you sure that this doesn't cause bug in other sections?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes its safe

@ichalagashvili ichalagashvili requested a review from Dv92 February 1, 2023 12:22
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.

4 participants