Robin Schambach
Robin Schambach
### Describe the bug The `$value` return value from `$element->getFieldValue('superTableField')` can be an instance of `\craft\elements\Collection` instead of `craft\db\elements\ElementQuery` https://github.com/verbb/super-table/blob/craft-4/src/fields/SuperTableField.php#L868 ```PHP /** @var SuperTableBlockQuery|Collection $value */ $value = $element->getFieldValue($this->handle); //...
- [x] pgloader --version ``` pgloader version "3.6.9" compiled with SBCL 2.3.4 ``` - [ ] did you test a fresh compile from the source tree? Compiling pgloader from sources...
Do not trigger the close handler if the event current target is something different than the actual target to prevent closing on click on something in the focus. Didn't want...
`property_exists` will return false for typeId param because it's a function now. `$element->typeId(x)` instead of `$element->typeId = x` check if seoField exists in the fieldLayout Fixes #262