mcop1

Results 31 issues of mcop1

Resolves #9571 See https://github.com/pimcore/pimcore/issues/12861 for handling "classSaved" method

Task

### Improvement description - `JsonListing` class was deprecated in 10.5, see https://github.com/pimcore/pimcore/pull/12641 and https://github.com/pimcore/pimcore/pull/12670, it has to go now - Extend from `AbstractModel` instead - Make sure that the changed...

Task

### Improvement description Follow up to #9439 and #9571 Remove ClassSavedTrait and add a corresponding interface. Then remove "method_exists" call and check for the interface instead, e.g. https://github.com/pimcore/pimcore/blob/fcd078eccbb0600922db3857be6c01bd2d32be65/models/DataObject/ClassDefinition/Data/Fieldcollections.php#L681

Improvement
Task

### Improvement description https://github.com/pimcore/pimcore/blob/8b4288c99a09b60e121bbb5016e4cbd01064bdd2/models/DataObject/ClassDefinition/Data/CalculatedValue.php#L335

Improvement

### Improvement description Generate a migration for rebuilding data object classes for Pimcore 11 to make sure that the changes (like return types for setters) take effect

Task

### Improvement description Right now, `$document->getEditables()` returns null if all editables are inherited from parent. See https://github.com/pimcore/data-hub/issues/570 for further information. E.g. 1.) Copy a document e.g. "Data Quality" (ID: 193)...

Improvement

### Expected behavior Operators are expected to work like intended ### Actual behavior Using some of the operators/formatters/... can lead to an undefined array key error. ### Steps to reproduce...

Bug