]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@198 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 13 Aug 2004 00:15:06 +0000 (00:15 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 13 Aug 2004 00:15:06 +0000 (00:15 +0000)
SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentEditor.wox
SOGo/UI/Scheduler/Version

index 7487ca26c817c57f8625e68dd99a1c10c14fce50..8706d704e97f6fc467d6b26486760b55df51b69f 100644 (file)
@@ -1,5 +1,8 @@
 2004-08-13  Helge Hess  <helge.hess@skyrix.com>
 
+       * UIxAppointmentEditor.wox: fixed base URL of form not to include
+         "save" (v0.9.27)
+
        * UIxAppointmentEditor.m: catch a common programming mistake (invoking
          a method on a method) (v0.9.26)
 
index 23e1e024ac1afe3ff7f6cfe0d2e32a9a36a9825f..8cfc68fd760db5dd714292292f5b117dc884b4f2 100644 (file)
@@ -7,7 +7,7 @@
                className="UIxPageFrame"
                title="name"
 >
-  <form href="save">
+  <form var:href="clientObject.baseURL">
     <table cellspacing="0" cellpadding="5" width="100%">
       <tr>
         <td>
index 9c8dad696fbf09aeea17bac42db877c2327d5bbb..9461bed0f2fb385c7656d9d8638cc42bd78b158c 100644 (file)
@@ -1,3 +1,3 @@
 # $Id$
 
-SUBMINOR_VERSION:=26
+SUBMINOR_VERSION:=27