LDEV-2551 fixing 2 problems:- when lesson gets created not all MessageSeq objects were stored in DB- Message's cascade="all-delete-orphan" Hibernate setting which prevented deletion of topics*merge from lams2_3_release
LDEV-2551 fixing 2 problems:- when lesson gets created not all MessageSeq objects were stored in DB- cascade="all-delete-orphan" Hibernate setting which prevented deletion of topics
LDEV-1530: To remove the Hibernate error occuring when two users in one tool session start forum together, I have modified how the content is updated so that cloned content is updated when an edit is done in Monitoring. See also LDEV-649.