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

Contributor Console Individual CLA flow when company is not found. Step 2 #45

Conversation

amolsontakke3576
Copy link
Contributor

Screenshot from 2020-06-24 13-14-51

Screenshot from 2020-06-24 13-17-23

Screenshot from 2020-06-24 13-15-55

Signed-off-by: Amol Sontakke amols@proximabiz.com

Updated add company regex as per organization service

Signed-off-by: Amol Sontakke <amols@proximabiz.com>
@amolsontakke3576 amolsontakke3576 added the enhancement New feature or request label Jun 24, 2020
@amolsontakke3576 amolsontakke3576 self-assigned this Jun 24, 2020
@@ -12,6 +12,6 @@ export class AppSettings {
public static HEADER_CONTENT_TYPE = 'application/json';
public static EMAIL_PATTERN = '[a-z|A-Z|0-9]+[@]+[a-z|A-Z|0-9]+[.]+([a-z|A-Z|0-9]){2}';
public static USERNAME_REGEX = '/^[a-zA-Z0-9_]{1,15}$/';
public static COMPANY_NAME_REGEX = '^[a-zA-Z0-9- ]*$';
public static COMPANY_NAME_REGEX = '^([\\w\\d\\s\\-\\,\\./]+)$';
Copy link
Member

Choose a reason for hiding this comment

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

@dealako dealako merged commit ce95ebb into communitybridge:master Jun 24, 2020
@amolsontakke3576 amolsontakke3576 deleted the feature/1016_add-organization_UI_change branch November 9, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants