- Issue created by @engerrs
- πΊπΈUnited States agileadam Maine, USA
This same line of code, when commented-out, fixes an issue where I cannot add/update/remove paragraphs on an Opigno Activity entity.
With a Paragraph called "Transcript"
Before (with the line in place):
- Edit Activity. Click "Add Transcript", fill paragraph fields, hit "Save", entity saves, edit activity, no Transcript paragraph present
- Edit Activity with existing Transcript. Click "Remove", click "Confirm removal", hit "Save", entity saves, edit activity, transcript still exists
After (with line commented out):
- Edit Activity. Click "Add Transcript", fill paragraph fields, hit "Save", entity saves, edit activity, transcript exists
- Edit Activity with existing Transcript. Click "Remove", click "Confirm removal", hit "Save", entity saves, edit activity, transcript no longer exists