Friday 05 April 2013 10:45:24 am - 2 replies
I just noticed that in the method eZModule :: accessAllowed, which allows me to test if a module is accessible, it contains a bug in the regular expression that splits the string "ModuleName / ViewName" -> # ([a-zA-Z0-9_] +) / ([a-zA-Z0-9_] +) #.
It does not take into account "-", so if the sight of a module contains a "-" the rule will not work.
Saturday 13 July 2013 5:03:29 pm
Hey Julien,
thanks for contributing. Thats great Did you report your bug to http://jira.ez.no ??
Cheers Chris
Modified on Wednesday 17 July 2013 1:03:50 pm by Christoph Stollwerk
You must be logged in to post messages in this topic!