issues
search
yiisoft
/
yii2-gii
Yii 2 Gii Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202
stars
192
forks
source link
Fix validation for `messageCategory`
#511
Closed
rob006
closed
1 year ago
rob006
commented
1 year ago
Q
A
Is bugfix?
✔️
New feature?
❌
Breaks BC?
❌
Fixed issues
-
Previous regexp matched strings like
<div>
.
what-the-diff[bot]
commented
1 year ago
The regex pattern for messageCategory validation was changed from \w+ to ^\w+$
This change will make the generator throw an error if a user tries to use any special characters in their message category name, such as '.' or '/'
bizley
commented
1 year ago
Thanks
Previous regexp matched strings like
<div>
.