- Issue created by @dianacastillo
- πΊπΈUnited States dianacastillo Miami
I solved this by going into the opigno_calendar_event_module and commenting out these lines :
$attributes = [
//'class' => ['use-ajax'],
//'data-dialog-type' => 'modal',
];and I also took away the /ajax in the path in the routing file of this module.