Commit graph

12 commits

Author SHA1 Message Date
Jan Böhmer
091311cdf1 Added an export function to attachment_types admin pages. 2019-04-07 19:30:42 +02:00
Jan Böhmer
3e7150735d Added a basic dialog for editing/creating attachmentType elements. 2019-03-28 19:24:34 +01:00
Jan Böhmer
e2f7aafa2d Used PHP_CS_Fixer with symfony preset on codebase. 2019-03-20 23:16:07 +01:00
Jan Böhmer
0f3ba9b6a8 Fixed some inspection issues. 2019-03-20 22:53:06 +01:00
Jan Böhmer
cc1badb853 Added some basic part edit and create forms. 2019-03-13 13:23:12 +01:00
Jan Böhmer
6276d93389 enforce strict typing for all entities. 2019-03-05 14:54:42 +01:00
Jan Böhmer
af5a7f8986 Removed @warning and @note tags used by doxygen before.
The Annotation readers of Symfony and Doctrine does not like them...
2019-03-05 14:15:18 +01:00
Jan Böhmer
a94a5690e1 Added Doctrine LifecycleCallback, so that entity timestamps are updated
When entity data is changed.
2019-03-05 14:02:36 +01:00
Jan Böhmer
52acac3681 Renamed getDatetimeAdded so it has the same name as the coloumn name 2019-03-05 13:57:40 +01:00
Jan Böhmer
f0bea8ff4d Added a basic show part info with new design. Not finished yet... 2019-02-24 18:05:06 +01:00
Jan Böhmer
ee29ad3e5a Return $this in Entitys setters, so that they can be chained. 2019-02-24 12:54:11 +01:00
Jan Böhmer
160e826b51 Added Doctrine Entities. 2019-02-23 22:41:13 +01:00