From: Jan Büren Date: Thu, 30 Apr 2015 14:00:24 +0000 (+0200) Subject: Rechte-Anpassung für aktuelle Installationen X-Git-Tag: release-3.3.0beta~111 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e29c3e6e7df4b6ddea251e17fe854a7c29161804;p=kivitendo-erp.git Rechte-Anpassung für aktuelle Installationen Es ist mittlerweile eher verwirrend Rechte für eine CRM zu verwalten, die offiziell nicht mehr Bestandteil von kivitendo ist. Die Änderung ist insofern defensiv, da alte Installation / Rechtestrukturen nicht hiervon betroffen sind und wir für neuere kivitendo-Installation über- haupt keine Ahnung mehr haben wie gut diese noch integriert ist / wird. --- diff --git a/SL/Auth.pm b/SL/Auth.pm index 8439a2c4f..2647ea89c 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -930,20 +930,6 @@ sub all_rights_full { my $locale = $main::locale; my @all_rights = ( - ["--crm", $locale->text("CRM optional software")], - ["crm_search", $locale->text("CRM search")], - ["crm_new", $locale->text("CRM create customers, vendors and contacts")], - ["crm_service", $locale->text("CRM services")], - ["crm_admin", $locale->text("CRM admin")], - ["crm_adminuser", $locale->text("CRM user")], - ["crm_adminstatus", $locale->text("CRM status")], - ["crm_email", $locale->text("CRM send email")], - ["crm_termin", $locale->text("CRM termin")], - ["crm_opportunity", $locale->text("CRM opportunity")], - ["crm_knowhow", $locale->text("CRM know how")], - ["crm_follow", $locale->text("CRM follow up")], - ["crm_notices", $locale->text("CRM notices")], - ["crm_other", $locale->text("CRM other")], ["--master_data", $locale->text("Master Data")], ["customer_vendor_edit", $locale->text("Create customers and vendors. Edit all vendors. Edit only customers where salesman equals employee (login)")], ["customer_vendor_all_edit", $locale->text("Create customers and vendors. Edit all vendors. Edit all customers")],