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

Fix erroneous regex match #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

eduardomozart
Copy link
Contributor

Actually the regex matches any word that the page contains. E.g. if the current namespace is arubavmc:config:apgroups, the Bookcreator isn't shown because it contains the word group, which is blacklisted by default. This commit will change the RegExp to match only if the namespace starts with group.

Actually the regex matches any word that the page contains. E.g. if the current namespace is ``arubavmc:config:apgroups``, the Bookcreator isn't shown because it contains the word ``group``, which is blacklisted by default. This commit will change the RegExp to match only if the namespace starts with ``group``.
@eduardomozart
Copy link
Contributor Author

Hello @Klap-in, had a time to review this? =)

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.

1 participant