Changes between Initial Version and Version 1 of Ticket #16388
- Timestamp:
- 2018-06-14T10:00:21+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16388 – Description
initial v1 8 8 Is it used? If not, we should drop it and replace it by a more robust registration mechanism that does not rely on unchecked reflective accesses and uses a factory interface instead. 9 9 10 Alternative: Prevent the relation editor from being replaced and only allow hooks to hook into it's lifecycle so that e.g. buttons may be added by plugins. 11 10 12 @stoecker: You seem to have added the code, what was it used for?