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
Update ActiveField::init() to call parent::init()
#530
Closed
SOHELAHMED7
closed
1 year ago
SOHELAHMED7
commented
1 year ago
Fix
https://github.com/yiisoft/yii2-gii/issues/529
Q
A
Is bugfix?
✔️
New feature?
❌
Breaks BC?
❌
Fixed issues
https://github.com/yiisoft/yii2-gii/issues/529
what-the-diff[bot]
commented
1 year ago
PR Summary
Added parent initialization to ActiveField.php
Ensures proper setup & initialization of the class's inherited properties and methods.
Fix https://github.com/yiisoft/yii2-gii/issues/529