SELECTf.id,f.question,f.answer,f.category_id,c.labelAScategory_labelFROMfaqfLEFT JOINfaqcategorycONf.category_id=c.idWHERE (f.training_id=?ORf.training_idISNULL)
AND (
c.typeISNULL-- For specific questions not linked to a categoryORc.type=?ORc.type=?
)
ORDER BYc.id,f.question
SELECTf.id,f.question,f.answer,f.category_id,c.labelAScategory_labelFROMfaqfLEFT JOINfaqcategorycONf.category_id=c.idWHERE
(
f.training_id=?ORf.training_idISNULL
)
AND (
c.typeISNULL-- For specific questions not linked to a categoryORc.type=?ORc.type=?
)
ORDER BYc.id,f.question
SELECTf.id,f.question,f.answer,f.category_id,c.labelAScategory_labelFROMfaqfLEFT JOINfaqcategorycONf.category_id=c.idWHERE (f.training_id=386ORf.training_idISNULL)
AND (
c.typeISNULL-- For specific questions not linked to a categoryORc.type='BOTH'ORc.type='E_LEARNING'
)
ORDER BYc.id,f.question;
The field App\Entity\Elearning\ChapterItem#chapter is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Elearning\ElearningChapter#item does not contain the required 'inversedBy: "chapter"' attribute.
The field App\Entity\Elearning\ChapterItemText#chapter is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Elearning\ElearningChapter#item does not contain the required 'inversedBy: "chapter"' attribute.
The field App\Entity\Elearning\ChapterItemQuiz#chapter is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Elearning\ElearningChapter#item does not contain the required 'inversedBy: "chapter"' attribute.
The field App\Entity\Elearning\ChapterItemAudio#chapter is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Elearning\ElearningChapter#item does not contain the required 'inversedBy: "chapter"' attribute.
The field App\Entity\Elearning\ChapterItemVideo#chapter is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Elearning\ElearningChapter#item does not contain the required 'inversedBy: "chapter"' attribute.
The field App\Entity\Elearning\ChapterItemDeliverable#chapter is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Elearning\ElearningChapter#item does not contain the required 'inversedBy: "chapter"' attribute.