LDEV-4846 Set LD's content folder ID when importing old questionsIn pre-QB LAMS version only LD had content folder ID. In QB eachquestion has its own content folder ID. When importing pre-QB questionsand converting them into QB questions, we give them the LD's (shared)content folder ID.
LDEV-4845 Move QB question insert to QB serviceThere are various cascades set up in QB entities. They do not seem towork when importing a QB question, so questions need to be insertedmanually.
LDEV-4845 Move QB question insert to QB serviceThere are various cascades set up in QB entities. They do not seem towork when importing a QB question, so questions need to be insertedmanually.
LDEV-4746 Use table as question ID generator for QbQuestionIn the future we can add new columns to lams_sequence_generator, so wehave a single table for generating new IDs instead table-per-ID.
LDEV-4745 Make service methods do what they claim to doGetting max question ID and version returned already incremented versioninstead of actual max. Now they return real max value and need to bemanually incremented afterwards.