[Tickets #12849] Re: Sesha crash on 'client'-type property.

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Nov 20 17:53:10 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/12849
------------------------------------------------------------------------------
  Ticket             | 12849
  Updated By         | joern.mankiewicz at gmx.de
  Summary            | Sesha crash on 'client'-type property.
  Queue              | Sesha
  Version            | 1.0.0RC3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


joern.mankiewicz at gmx.de (2013-11-20 17:53) wrote:

Got it. Seems, that the name of the renderer-function was chosen wrong. Patch:

--- sesha/lib/Ui/VarRenderer/Stockedit_Html.php.orig    2013-11-20  
18:19:13.929186752 +0100
+++ sesha/lib/Ui/VarRenderer/Stockedit_Html.php 2013-11-20  
18:36:21.933186752 +0100
@@ -10,7 +10,7 @@
   */
  class Horde_Core_UI_VarRenderer_Stockedit_Html extends  
Horde_Core_Ui_VarRenderer_Html {

-    protected function _renderVarInput_client($form, $var, $vars)
+    protected function _renderVarInput_sesha_form_type_client($form,  
$var, $vars)
      {
          return $this->_renderVarInput_enum($form, $var, $vars);
      }





More information about the bugs mailing list