In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

View Revisions: Issue #444 All Revisions ] Back to Issue ]
Summary 0000444: Event "OnPreSaveSubItem" doesn't set master event status attribute
Revision 2009-12-20 06:54:07 by alex
Additional Information
Revision 2009-12-20 06:53:55 by alex
Additional Information Index: db_event_handler.php
===================================================================
--- db_event_handler.php (revision 12948)
+++ db_event_handler.php (working copy)
@@ -1542,6 +1542,9 @@
 
                 $this->Application->SetVar($event->getPrefixSpecial() . '_id', $object->GetID());
             }
+ else {
+ $event->MasterEvent->status = $event->status;
+ }
 
             $event->SetRedirectParam('opener', 's');
         }




Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker