Skip to content

Fix instantiation of VoteSum through HQL

Daniel Gerhardt requested to merge fix-votesum-hql-instantiation into master

After migrating to version 6, Hibernate chose the wrong constructor for the instantiation of VoteSum. Since it was not used, the second constructor has been removed.

Fixes: #174 (closed)
Regression-MR: !567 (merged)

Edited by Daniel Gerhardt

Merge request reports