mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
updated UPGRADE [skip ci]
This commit is contained in:
@ -256,6 +256,8 @@ new ones save the following code as `convert.php` that should be placed in the s
|
||||
} elseif (attribute.id === 'something') {
|
||||
// the event is triggered before validating "something"
|
||||
}
|
||||
// if you want to cancel the validation, do the following:
|
||||
// event.isValid = false;
|
||||
});
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user