View Issue Details

IDProjectCategoryView StatusLast Update
0005134Composr alpha bug reports[All Projects] General / Uncategorisedpublic2022-12-06 19:42
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005134: Delete calendar event: type error
Description$this->cat_crud_module->_do_next_manager($title, $description, ($id === null) ? null : intval($id), $this->donext_type, $this->donext_date) [line 1255]

Argument 5 is null when it should be string when deleting an event.

donext_date is not being set in delete_actualisation. I looked at how it is being set elsewhere but I do not know what it should be when deleting an event.
TagsNo tags attached.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-12-06 19:07 Patrick Schmalstig New Issue
2022-12-06 19:07 Patrick Schmalstig Status non-assigned => assigned
2022-12-06 19:07 Patrick Schmalstig Assigned To => Chris Graham
2022-12-06 19:42 Chris Graham Status assigned => resolved
2022-12-06 19:42 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised