[eGroupWare-svn] r56035 - /trunk/etemplate/inc/class.editor.inc.php
[email protected] Thu, 05 May 2016 12:40:36 -0000
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ralfbecker
Date: Thu May 5 14:40:36 2016
New Revision: 56035
URL: http://svn.stylite.de/viewvc/egroupware?rev=56035&view=rev
Log:
load eT2 widgets first, as eg. customfield_widget depends on eT2 Widget\Transformer
Modified:
trunk/etemplate/inc/class.editor.inc.php
Modified: trunk/etemplate/inc/class.editor.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/etemplate/inc/class.editor.inc.php?rev=56035&r1=56034&r2=56035&view=diff
==============================================================================
--- trunk/etemplate/inc/class.editor.inc.php (original)
+++ trunk/etemplate/inc/class.editor.inc.php Thu May 5 14:40:36 2016
@@ -1595,6 +1595,9 @@
if (isset($this->extensions['**loaded**'][$app])) return ''; // already loaded
+ // load eT2 widgets first, as eg. customfield_widget depends on eT2 Widget\Transformer
+ EGroupware\Api\Etemplate\Widget::scanForWidgets();
+
$labels = array();
$dir = @opendir(EGW_SERVER_ROOT.'/'.$app.'/inc');
while ($dir && ($file = readdir($dir)))
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z