From ed89a1b10bef08a193589dd9a379ad431c662db5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 26 Aug 2014 09:30:38 +0000 Subject: [PATCH] * Addressbook/Tracker/other apps: custom-fields were not saved (existing custom-fields and InfoLog worked) --- admin/inc/class.customfields.inc.php | 4 ++-- admin/templates/default/customfields.xet | 19 +++++++------------ 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/admin/inc/class.customfields.inc.php b/admin/inc/class.customfields.inc.php index 37582ed59a..255f9f2370 100644 --- a/admin/inc/class.customfields.inc.php +++ b/admin/inc/class.customfields.inc.php @@ -70,7 +70,7 @@ class customfields if(!$this->appname) die(lang('Error! No appname found')); translation::add_app('infolog'); // til we move the translations - $this->tmpl = new etemplate(); + $this->tmpl = new etemplate_new(); // do we manage content-types? if($this->tmpl->read($this->appname.'.admin.types')) $this->manage_content_types = true; $this->fields = egw_customfields::get($this->appname,true); @@ -125,7 +125,7 @@ class customfields { break; } - //fall through + //fall through case 'cancel': egw::redirect_link('/admin/index.php', null, 'admin'); } diff --git a/admin/templates/default/customfields.xet b/admin/templates/default/customfields.xet index bed18c0efe..43dd228095 100644 --- a/admin/templates/default/customfields.xet +++ b/admin/templates/default/customfields.xet @@ -18,7 +18,7 @@ -