Skip to content

Conversation

@sachin-maheshwari
Copy link
Contributor

Merge pull request #69 from Colinh84/issue_1740
Issue 1740: No notification triggered for active status
fix url regex url
adding notifications prefix in topic name to decouple it from event bus.


export const REGEX = {
URL: /^(http(s?):\/\/)?(www\.)?[a-zA-Z0-9\.\-\_]+(\.[a-zA-Z]{2,15})+(\:[0-9]{2,5})?(\/[a-zA-Z0-9\_\-\s\.\/\?\%\#\&\=]*)?$/, // eslint-disable-line
URL: /^(http(s?):\/\/)?(www\.)?[a-zA-Z0-9\.\-\_]+(\.[a-zA-Z]{2,15})+(\:[0-9]{2,5})?(\/[a-zA-Z0-9\_\-\s\.\/\?\%\#\&\=;]*)?$/, // eslint-disable-line

Choose a reason for hiding this comment

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

@gondzo I am not sure why it is showing this change in this PR as well while the change is already in master. I think it okay because at least it showing the correct changes being propagated again to master.

@sachin-maheshwari sachin-maheshwari merged commit a9e4168 into master Mar 19, 2018
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.

6 participants