[Tickets #8389] Re: saveAsNew copy the attendees status

bugs at horde.org bugs at horde.org
Thu Feb 10 15:07:50 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8389
------------------------------------------------------------------------------
  Ticket             | 8389
  Updated By         | patrick.abiven at apitech.fr
  Summary            | saveAsNew copy the attendees status
  Queue              | Kronolith
  Version            | 2.3.1
  Type               | Enhancement
  State              | Accepted
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


patrick.abiven at apitech.fr (2011-02-10 15:07) wrote:

Hello
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;
                 }
             }








More information about the bugs mailing list