Closed cliffparnitzky closed 5 years ago
Currently it is not possible to extend the pojos via hook. The object declines each parameter that is not part of the core. A map customData with getter and setter would be a good idea.
customData
Fixed
It is also not possible to transfer data from frontend to database. Some Hooks are needed.
Added at least 5 Hooks for modification and verification
Currently it is not possible to extend the pojos via hook. The object declines each parameter that is not part of the core. A map
customData
with getter and setter would be a good idea.