From c28a0586c4e175514ce7a158626f571e93383f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Sch=C3=BCle?= Date: Thu, 11 Jan 2024 12:54:30 +0100 Subject: [PATCH 1/2] tweak(Felamimail/AccountEditDialog): allow to change own systemaccount names --- tine20/Felamimail/js/AccountEditDialog.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tine20/Felamimail/js/AccountEditDialog.js b/tine20/Felamimail/js/AccountEditDialog.js index 5fb45d06bf3..a4453d86b8f 100644 --- a/tine20/Felamimail/js/AccountEditDialog.js +++ b/tine20/Felamimail/js/AccountEditDialog.js @@ -214,6 +214,13 @@ Tine.Felamimail.AccountEditDialog = Ext.extend(Tine.widgets.dialog.EditDialog, { case 'save_sent_mail_to_source': item.setDisabled(this.record.get('message_sent_copy_behavior') === 'skip'); break; + case 'name': + item.setDisabled(! this.asAdminModule && ( + this.record.get('type') === 'shared' + || this.record.get('type') === 'adblist' + || ! this.hasEditAccountRight + )); + break; default: item.setDisabled(! this.asAdminModule && (this.isSystemAccount() || ! this.hasEditAccountRight)); } From 10db0077802b5b24aaa6528c347f59c9882bdda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Sch=C3=BCle?= Date: Thu, 11 Jan 2024 13:06:10 +0100 Subject: [PATCH 2/2] conf(composer/zf1): zf1 repo has been moved to new namespace https://github.com/tine-groupware/zendframework1 --- tine20/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tine20/composer.json b/tine20/composer.json index d09af6380b8..2eb7d436454 100644 --- a/tine20/composer.json +++ b/tine20/composer.json @@ -58,7 +58,7 @@ }, { "type": "git", - "url": "https://github.com/tine20/zendframework1.git" + "url": "https://github.com/tine-groupware/zendframework1.git" }, { "type": "git",