Calendar - error on deleting an event

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
hagebra
User
Posts: 11

Calendar - error on deleting an event

Post by hagebra »

Hello everyone
wanted to delete an appointment in my generated calendar and got the message

TerminubersichtController.php(38):
Call to undefined method PHPMaker2024\soko\TerminubersichtController::getKeyParams()

Where do I have to change something to make it work?
Thanks in advance
Georg


arbei
User
Posts: 9390

Post by arbei »

Make sure the calendar has primary key selected.


hagebra
User
Posts: 11

Post by hagebra »

Thanks for the info, I had used the kdnr as primary, but that wasn't an autoincrement field. With the new unikey as autoincrement and primary key it works.


Post Reply