Moritz Ringler

Results 6 issues of Moritz Ringler

Fixes #1489 See https://github.com/mringler/Propel2/pull/3

Needs Adjustments

When using [single table inheritance](https://propelorm.org/documentation/08-inheritance.html#single-table-inheritance), the keys for the individual classes are written to the TableMap as constants. Those are used during instantiation of the subclasses. For example, an inheritance...

Fixes [issue in comment](https://github.com/propelorm/Propel2/issues/1914#issuecomment-1740411522). I have also changed the UuidConverter, so that it handles null values. The initial idea was to be strict with the type, but it is not...

Bug

## Description fixes #19036 (see for problem description) Implementation is straight-forward: If items are objects, their properties are filtered by prop names of VStepperItem and added to the internal item....

T: feature
C: VStepper

see https://github.com/mringler/Propel2/pull/11

### Problem to solve When passing an array of objects in the `items` prop of VStepper, it automatically generates VStepperItem components from it. Currently, the only props of VStepperItem that...

T: feature
C: VStepper