Summary | saveAsNew copy the attendees status |
Queue | Kronolith |
Queue Version | 2.3.1 |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | patrick.abiven (at) apitech (dot) fr |
Created | 06/29/2009 (5798 days ago) |
Due | |
Updated | 02/10/2011 (5207 days ago) |
Assigned | |
Resolved | |
Milestone | |
Patch | No |
For reseting the attendees response status, we modified
kronolith/lib/Driver.php, function readForm ()
if ( Util::getFormData ('saveAsNew') ) {
foreach ($_SESSION['kronolith']['attendees'] as $key => $val)
{
$_SESSION['kronolith']['attendees'][$key]['response'] =
KRONOLITH_RESPONSE_NONE;
}
}
State ⇒ Feedback
notification about exactly the same event that they already replied
to, if we notify them on copying. At least if the user editing the
event doesn't change anything at the same time. The only thing that
would make sense to me is to reset the attendee status, and use the
notification checkbox like with any other event editing.
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ saveAsNew copy the attendees status
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ New
The button saveAsNew provides a full copy of the event. The attendees
list and acceptance status are copied to the new event. Instead of
copying the acceptance status, should we not send invitation mail to
the attendees ?
Regards
Patrick