From f17994afc5decf9b29ba031bbfe2a827226d28d1 Mon Sep 17 00:00:00 2001 From: Claudia Meindl Date: Mon, 3 Dec 2018 08:56:06 +0100 Subject: [PATCH] update language files and documentation on permission --- config/locales/es.yml | 2 +- config/locales/fr.yml | 2 +- config/locales/it.yml | 2 +- docs/manual.rst | 21 ++++++++++++++------- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/config/locales/es.yml b/config/locales/es.yml index e34efcd8..4ab176c1 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -168,4 +168,4 @@ es: rule_issue_freezed_with_close_info: Si esta opción está actia, aquellas peticiones que ya se encuentren cerradas no podrán recibir comentarios o edicionos. Incluso por mail o API. Esta restricción no se aplica a los usuarios con el rol "Editar peticiones cerradas". additionals_query_list_defaults: Columnas predeterminadas para la vista de lista additionals_query_list_default_totals: Sumas predeterminadas para la vista de lista - field_hide: Hide + field_hide: "Ocultar" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 84f3d13d..2e4532c2 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -168,4 +168,4 @@ fr: rule_issue_freezed_with_close_info: "Si cette option est activée, les numéros déjà fermés ne peuvent plus être édités et commentés. Pas même par courrier ou API. Cette restriction ne s'applique pas aux rôles utilisateurs avec l'autorisation \"Modifier les problèmes fermés\"." additionals_query_list_defaults: "Colonnes par défaut pour la vue en liste" additionals_query_list_default_totals: "Montants par défaut pour la vue en liste" - field_hide: Hide + field_hide: "Cuir" diff --git a/config/locales/it.yml b/config/locales/it.yml index 12e3b0ca..d1f9562e 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -168,4 +168,4 @@ it: rule_issue_freezed_with_close_info: "Se questa opzione è attivata, i numeri già chiusi non possono più essere modificati e commentati. Nemmeno via mail o API. Questa restrizione non si applica ai ruoli utente con il permesso \"Modifica problemi chiusi\"." additionals_query_list_defaults: "Colonne predefinite per la vista elenco" additionals_query_list_default_totals: "Importi predefiniti per la vista elenco" - field_hide: Hide + field_hide: "Nascondi" diff --git a/docs/manual.rst b/docs/manual.rst index 7ffcde9d..4cfc3f5e 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -255,16 +255,23 @@ The function is easy to use. Just click the button with the left mouse. The drop Additional permissions ---------------------- -The following permissions are provided by the plugin and must be configured in the administration area ``Roles and permissions`` for the plugin functions to make sure it's working properly. +The following role permissions are provided by the plugin and must be configured in the administration area ``Roles and permissions`` for the plugin functions to make sure it's working properly. -**Hide in member box**. This permission hides members of the selected role in the member box of each project. Project members of other roles will still be listed. For example: You don't want others to catch a glimpse of your development team (Role: Development). So activate the role "Developer" to hide the list of your team members assigned to this role in this box. This function is also useful if your member box is too crowded. +**According to the selected Role you can activate / deactivate the following option:** -**Show hidden roles in member box**. In case you have hidden roles in a project that should not be displayed you can give to some special roles the permission to display the members however. +* **Hide**. This option hides ``members`` of the selected role in the member box of each project overview page. Project members of other roles will still be listed. For example: You don't want others to catch a glimpse of your development team (Role: Development). So activate the role "Developer" to hide the list of your team members assigned to this role in this box. This function is also useful if your member box is too crowded. -**Edit issue author**. This permission will always record any changes made to the issue author. You can change the author only in the issue edit mode. +.. note:: This setting is also taken into account in all related query lists (e.g. issues, spent time etc.). So that the members with this role are also hidden there. -**Edit closed issues**. Set this option to those roles you don't want to edit closed issues. Normally a closed issue should not be edited anymore. -**Set author of new issues**. This permission should be set carefully, because in case you allow this, there is no history entry set for this. You will never know if the author has been originally someone else. Normally you don't want this. +**According to the selected Role you can activate / deactivate the following permissions:** -**Log time to closed issues**. Our plugin does not allow time logs to closed issues. In case you still want to allow your members to log time to closed issues, you need to change the permission here. +* **Show hidden roles in member box**. In case you have hidden roles in a project that should not be displayed you can give to some special roles the permission to display the members however. + +* **Edit issue author**. This permission will always record any changes made to the issue author. You can change the author only in the issue edit mode. + +* **Edit closed issues**. Set this option to those roles you don't want to edit closed issues. Normally a closed issue should not be edited anymore. + +* **Set author of new issues**. This permission should be set carefully, because in case you allow this, there is no history entry set for this. You will never know if the author has been originally someone else. Normally you don't want this. + +* **Log time to closed issues**. Our plugin does not allow time logs to closed issues. In case you still want to allow your members to log time to closed issues, you need to change the permission here.