added missing @Transactional to prevent committing without

needs-confirmation attribute
This commit is contained in:
anhefti 2021-08-09 11:11:49 +02:00
parent dd41a85087
commit eb45dcf0f3

View file

@ -131,6 +131,7 @@ public class ClientInstructionDAOImpl implements ClientInstructionDAO {
}
@Override
@Transactional
public Result<ClientInstructionRecord> insert(
final Long examId,
final InstructionType type,