Bug in the meeting edit view

When create view.edit.php in the meetings module Leads and meeting relationship deleted.

File location :
/custom/modules/Meeting/view/view.edit.php

Code:

<?php class MeetingsViewEdit extends ViewEdit { public function preDisplay() { parent::preDisplay(); } function display(){ parent::display(); } } ?>

Have you created it properly based on the original file?

Hi There,

I am facing the same issue.

When I extend the EditVIew then Invitees section is not displaying in EditView. Due to that when I open and save the record, relationship with Contact (Invitees) deleted.

If I remove this custom file then it is working properly.

Did you get any solution for this issue ?

Thanks,
Shivam