update language files and documentation on permission

This commit is contained in:
Claudia Meindl 2018-12-03 08:56:06 +01:00
parent 06b4c6bf39
commit f17994afc5
4 changed files with 17 additions and 10 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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.