Skip to content

Example extension to extend the TYPO3 extension "operations" (firefighter reports with TYPO3) with own properties in the domain model "operation".

Notifications You must be signed in to change notification settings

kanow/extend_operations

Repository files navigation

Extension Manual

This extension is an example extension to extend the domain model operation in the TYPO3 extension operations with custom fields/properties. operations is a TYPO3 extension to manage (firefighter,Feuerwehr) operations with detailed reports, images, used resources or vehicles, google map view for locations, slider and lightbox for images. Possibly to use it for other reportable events like THW and so on.

For using, simply fork the repository or download and modify it.

I only add a custom field "subtitle" in this example. You can add more fields to each other model if you want. You can extend the other models in the same way. Add your custom properties to the model class, add getter and setter, extend the TCA for the new fields and adopt the templates. If you extend another model (e.g. assistance or vehicles) you have to add a new files for the extending model classes in "Classes/Domain/Model" folder and then add the classNaming and table mapping in Configuration/TypoScript/setup.txt.

Now install the extension or clear the cache in install-Tool. This example extension ist build and tested with TYPO3 8.7.

If you have questions, use the issue tracker.

About

Example extension to extend the TYPO3 extension "operations" (firefighter reports with TYPO3) with own properties in the domain model "operation".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published