Skip to content

Report Creation

X maderp requested to merge feature-7 into master

The main features are implemented. However, there are quite a few TODOs left, about some of which I would like to hear your opinion.

I didn't get rid of one problem: Using @RegistryKey("messages") ResourceBundle messagesBundle in the constructor of ReportCreateBacker doesn't work because ResourceBundles aren't serializable. If I try to inject it in the constructor, I get a runtime error (see attached error message). How do we go about this?

Edited by X kirschstei

Merge request reports