ContaoDMS / dms

Contao Extension: Provides a document management system for the Contao CMS.
https://cliffparnitzky.gitbooks.io/contaodms
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Adding custom data for pojos via hook is not possible #50

Closed cliffparnitzky closed 5 years ago

cliffparnitzky commented 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.

cliffparnitzky commented 5 years ago

Fixed

cliffparnitzky commented 5 years ago

It is also not possible to transfer data from frontend to database. Some Hooks are needed.

cliffparnitzky commented 5 years ago

Added at least 5 Hooks for modification and verification