Content
View differences
Updated by Marc Alcobé about 2 years ago
**As** a user
**I want to** turn a project list public (accessible to everybody) or share it with a specific user or group
**so that** I can have others reuse a list to form a shared view on projects
## **Acceptance criteria**
Note that the implementation done for sharing work packages is heavily reused for the implementation of this feature.
**Specification depending on the perspective of the user:**
* **User sharing a project list:** the user can perform the action by clicking on the share icon on the PageHeader. That will trigger the share modal where with the necessary permissions can:
* Create a private list (only you can see it).
* Share the list with a individual users and groups using the search user or group and select the desired role for them.
* As soon as a user is added the owner of the list is also added to list.
* When a user is added a flash message warning that the content of the project list might differ from one user to another is added to the modal.
* The users that are in the list and also due to being part of shared group have a specific message bellow their name.
* **\[open\]** in the work package share modal, the group members are not displayed by default but only the group itself. Individual group members are only displayed if they are shared with individually as well. Should the same behaviour be used here as well? _I would keep the same behaviour in here yes._ well?
* Share the list with everyone (all members of the instance) using the toggle switch on top of the search bar.
* Even on a public instance, only logged in users see and can access the list.
* **\[open\]** There is no technical reason for this limit and there could be reasons for wanting additional lists of public projects apart from the statically available ones. _If we do that we might be creating quite a long list in the sidebar menu and might happen that a lot of them are empty for not logged in users as its content are non public projects. Either we then create a rule that if there is no public projects in that list it is not displayed in the side menu or we don't display any of them at all (only static lists)._
* Anonymous users will only see the static lists (e.g. "Active projects" and "On track")
* When the toggle is activated a flash message warning that the content of the project list might differ from one user to another is added to the modal.
* The users added to the share modal list will always be displayed no matter if the share with everyone function is activated or not so if the user wants they could give edit permissions to users that only have project list view permissions in certain lists. Members who are added in the list with "View" permissions while the switch of share with everyone is active will have a special message bellow regarding their global permission.
> **Important note**: The sharing of project lists only apply to the lists. It does not give the users access to the projects itself. So different users can see different results when clicking on shared project lists based on their individual project roles.
* **Users accessing shared lists:** users can access the lists shared with them or everyone using the new sidebar section for all the shared project lists. lists.
* They can access the project lists that are shared with them.
* Users or groups with whom the list are shared can access them and modify them if they have edit permission.
* For lists shard with everyone: all instance members can access this lists (with their correspondent permissions to view or edit project lists).
* If the user lacks the edit permission, they have the same options as when changing a shared or static list. They can always save as and create a private copy.
* They can see the other users the list is shared with.
* If lacking edit permission, they cannot see nor edit the roles and also cannot remove users from the list.
* **Users wanting to delete a shared list:**
* Shared lists can be deleted by everyone having the edit permission. A modal to confirm the action will be displayed before deleting the list alerting
* Users with view permissions wants to remove themself from a list that has been shared with them he can open the share modal and use the action "Remove" next to their name.
* **Users want to delete users:**
* Owner of the list can not be removed.
* When all the users but the owner the modal will go back to the empty statuses (check mockups).
**Permissions**
* The additional permissions required to share a list are:
* Share project lists with everyone (all instance) -> Permission to share lists with everyone.
* Share project lists with individual users and groups -> Every logged in user can do this. It does not require an additional permission.
* **\[open\]** Which permission is required to add shares? Assumption: A user with edit permission and owners can add shared. _Correct is the edit permission as we do for other elements._
* e.g. a list shared with a user only with "View" permission cannot be reshared by that user.
* **\[open\]** Which permission is required to remove sharing? Assumption: A user with edit permission and owners can remove shares. _Correct is the edit permission as we do for other elements._ shares.
* A new global role is added to create project lists.
* For existing installations
* No user is assigned this role automatically
* Reason: There is no good indication for who should get the role.
* For seeding of new installations
**Mobile specification**
* In mobile the modal will be a full screen modal with the content:
* Box to activate share with everyone with the switch.
* Flash message when necessary for the different content per user in the list.
* Search bar with buttons to add users. The placeholder text on the search bar should be truncated if the screen is too small.
* The table of users with reduced functionalities:
* No checkboxes and therefore no bulk actions.
* No user avatars
## **Technical notes**
* Add an extra table for list visibility (join table between user and query)
* the user to that table (have a column indicating that the initial user is the owner)
* Needs having a type/role column on the table
* Add joined with users/groups to that table (use the type/role column to indicate that it is shared)
## **Figma and visuals**
[https://www.figma.com/design/YCCMdJWkrtP9YSmf49Od0i/Project-lists?node-id=2194-47137&t=FSIEPbtj6VEO5bRJ-4](https://www.figma.com/design/YCCMdJWkrtP9YSmf49Od0i/Project-lists?node-id=2194-47137&t=FSIEPbtj6VEO5bRJ-4)
## **Open questions**
* **\[open\]** Upon seeding a new instance, what roles are to receive the new permissions?
* **\[open\]** For existing installations, are there any roles that should automatically receive the new permissions? _I would argue that project managers and admins should have this permissions activated by default._
* **\[open\]** What permission set and name will the new global role for sharing project lists will receive?
* **\[open\]** What is the list of users presented on selecting users for sharing?
* In the system we oftentimes only disclose users who are members in projects the current user is also member in (no specific permission) or all users (if the current user has the permission to manage members)
## **Translations**
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><thead class="op-uc-table--head"><tr class="op-uc-table--row"><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">EN</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">DE</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">ES</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">FR</p></th></tr></thead><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Share project list</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Projektliste teilen</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Compartir lista de proyectos</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Partager la liste des projets</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Share with everyone at [Instance name]</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Mit allen Nutzer:innen von [Instance name] teilen</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Compartida con todos los usuarios de [Instance name]</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Everyone can view this project list. Those with global edit permissions can modify it.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Alle Nutzer:innen können diese Projektliste sehen. Diejenigen mit dem globalen Recht “Projektlisten bearbeiten” können diese Projektlisten bearbeiten.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Todos pueden ver esta lista de proyectos. Aquellos que tengan derechos de edición podrán modificarla.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Tout le monde peut consulter cette liste de projets. Les personnes disposant d'un droit de modification global peuvent la modifier.</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Users will only see the projects they have access to. Sharing project lists does not impact individual project permissions.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Die Nutzer:innen sehen nur die Projekte, auf welche sie Zugriff haben. Die gemeinsame Nutzung von Projektlisten hat keine Auswirkungen auf die Berechtigungen für einzelne Projekte.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Por favor, tenga en cuenta que la lista de proyectos puede variar para otros usuarios dependiendo a qué proyectos tienen acceso.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Les utilisateurs ne verront que les projets auxquels ils ont accès. Le partage des listes de projets ne modifie en rien les droits d'accès aux projets individuels.</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Not shared: Private</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Nicht geteilt: Privat</p></td><td class="op-uc-table--cell"><p class="op-uc-p">No compartida: Privada</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">This project list has not been shared with anyone yet. Only you can access this list.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Diese Projektliste wird derzeit mit niemandem geteilt. Nur Sie haben Zugriff.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Esta lista de proyectos no se ha compartido aún. Solo usted puede ver esta lista de proyectos.</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Shared with everyone</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Mit allen Nutzer:innen teilen</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Compartida con todos</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Partagée avec tout le monde</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Everyone can view this project list. You can also add individual users with extra permissions.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Alle Nutzer:innen können die Projektliste sehen. Sie können einzelne Nutzer:innen mit zusätzlichen Rechten hinzufügen.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Todos pueden ver esta lista de proyectos. También puede añadir usuarios individuales con permisos adicionales.</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Search by user or group</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Suchen nach Nutzer:in oder Gruppe</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Buscar por usuario o grupo</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Recherche par utilisateur ou par groupe</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">List owner.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Besitzer der Liste</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Propietario de la lista.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Propriétaire de la liste</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Part of a shared with group.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Teil einer Gruppe, mit der die Liste geteilt wird.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Parte de un grupo compartido.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Membre d'un groupe commun.</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Can already view because the list is shared with everyone</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Kann die Liste bereits sehen da die Liste mit allen Nutzer:innen geteilt wird.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Ya puede ver porqué la lista esta compartida con todos</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Can edit due to global permissions</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Kann die Liste aufgrund globaler Rechte modifizieren</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Puede editar debido a sus permissos globales</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr></tbody></table></figure>
**I want to** turn a project list public (accessible to everybody) or share it with a specific user or group
**so that** I can have others reuse a list to form a shared view on projects
## **Acceptance criteria**
Note that the implementation done for sharing work packages is heavily reused for the implementation of this feature.
**Specification depending on the perspective of the user:**
* **User sharing a project list:** the user can perform the action by clicking on the share icon on the PageHeader. That will trigger the share modal where with the necessary permissions can:
* Create a private list (only you can see it).
* Share the list with a individual users and groups using the search user or group and select the desired role for them.
* As soon as a user is added the owner of the list is also added to list.
* When a user is added a flash message warning that the content of the project list might differ from one user to another is added to the modal.
* The users that are in the list and also
* **\[open\]** in the work package share modal, the group members are not displayed by default but only the group itself. Individual group members are only displayed if they are shared with individually as well. Should the same behaviour be used here as well? _I would keep the same behaviour in here yes._
* Share the list with everyone (all members of the instance) using the toggle switch on top of the search bar.
* Even on a public instance, only logged in users see and can access the list.
* **\[open\]** There is no technical reason for this limit and there could be reasons for wanting additional lists of public projects apart from the statically available ones. _If we do that we might be creating quite a long list in the sidebar menu and might happen that a lot of them are empty for not logged in users as its content are non public projects. Either we then create a rule that if there is no public projects in that list it is not displayed in the side menu or we don't display any of them at all (only static lists)._
* Anonymous users will only see the static lists (e.g. "Active projects" and "On track")
* When the toggle is activated a flash message warning that the content of the project list might differ from one user to another is added to the modal.
* The users added to the share modal list will always be displayed no matter if the share with everyone function is activated or not so if the user wants they could give edit permissions to users that only have project list view permissions in certain lists. Members who are added in the list with "View" permissions while the switch of share with everyone is active will have a special message bellow regarding their global permission.
> **Important note**: The sharing of project lists only apply to the lists. It does not give the users access to the projects itself. So different users can see different results when clicking on shared project lists based on their individual project roles.
* **Users accessing shared lists:** users can access the lists shared with them or everyone using the new sidebar section for all the shared project lists.
* They can access the project lists that are shared with them.
* Users or groups with whom the list are shared can access them and modify them if they have edit permission.
* For lists shard with everyone: all instance members can access this lists (with their correspondent permissions to view or edit project lists).
* If the user lacks the edit permission, they have the same options as when changing a shared or static list. They can always save as and create a private copy.
* They can see the other users the list is shared with.
* If lacking edit permission, they cannot see nor edit the roles and also cannot remove users from the list.
* **Users wanting to delete a shared list:**
* Shared lists can be deleted by everyone having the edit permission. A modal to confirm the action will be displayed before deleting the list alerting
* Users with view permissions wants to remove themself from a list that has been shared with them he can open the share modal and use the action "Remove" next to their name.
* **Users want to delete users:**
* Owner of the list can not be removed.
* When all the users but the owner the modal will go back to the empty statuses (check mockups).
**Permissions**
* The additional permissions required to share a list are:
* Share project lists with everyone (all instance) -> Permission to share lists with everyone.
* Share project lists with individual users and groups -> Every logged in user can do this. It does not require an additional permission.
* **\[open\]** Which permission is required to add shares? Assumption: A user with edit permission and owners can add shared. _Correct is the edit permission as we do for other elements._
* e.g. a list shared with a user only with "View" permission cannot be reshared by that user.
* **\[open\]** Which permission is required to remove sharing? Assumption: A user with edit permission and owners can remove shares. _Correct is the edit permission as we do for other elements._
* A new global role is added to create project lists.
* For existing installations
* No user is assigned this role automatically
* Reason: There is no good indication for who should get the role.
* For seeding of new installations
**Mobile specification**
* In mobile the modal will be a full screen modal with the content:
* Box to activate share with everyone with the switch.
* Flash message when necessary for the different content per user in the list.
* Search bar with buttons to add users. The placeholder text on the search bar should be truncated if the screen is too small.
* The table of users with reduced functionalities:
* No checkboxes and therefore no bulk actions.
* No user avatars
## **Technical notes**
* Add an extra table for list visibility (join table between user and query)
* the user to that table (have a column indicating that the initial user is the owner)
* Needs having a type/role column on the table
* Add joined with users/groups to that table (use the type/role column to indicate that it is shared)
## **Figma and visuals**
[https://www.figma.com/design/YCCMdJWkrtP9YSmf49Od0i/Project-lists?node-id=2194-47137&t=FSIEPbtj6VEO5bRJ-4](https://www.figma.com/design/YCCMdJWkrtP9YSmf49Od0i/Project-lists?node-id=2194-47137&t=FSIEPbtj6VEO5bRJ-4)
## **Open questions**
* **\[open\]** Upon seeding a new instance, what roles are to receive the new permissions?
* **\[open\]** For existing installations, are there any roles that should automatically receive the new permissions? _I would argue that project managers and admins should have this permissions activated by default._
* **\[open\]** What permission set and name will the new global role for sharing project lists will receive?
* **\[open\]** What is the list of users presented on selecting users for sharing?
* In the system we oftentimes only disclose users who are members in projects the current user is also member in (no specific permission) or all users (if the current user has the permission to manage members)
## **Translations**
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><thead class="op-uc-table--head"><tr class="op-uc-table--row"><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">EN</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">DE</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">ES</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">FR</p></th></tr></thead><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Share project list</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Projektliste teilen</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Compartir lista de proyectos</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Partager la liste des projets</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Share with everyone at [Instance name]</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Mit allen Nutzer:innen von [Instance name] teilen</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Compartida con todos los usuarios de [Instance name]</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Everyone can view this project list. Those with global edit permissions can modify it.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Alle Nutzer:innen können diese Projektliste sehen. Diejenigen mit dem globalen Recht “Projektlisten bearbeiten” können diese Projektlisten bearbeiten.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Todos pueden ver esta lista de proyectos. Aquellos que tengan derechos de edición podrán modificarla.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Tout le monde peut consulter cette liste de projets. Les personnes disposant d'un droit de modification global peuvent la modifier.</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Users will only see the projects they have access to. Sharing project lists does not impact individual project permissions.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Die Nutzer:innen sehen nur die Projekte, auf welche sie Zugriff haben. Die gemeinsame Nutzung von Projektlisten hat keine Auswirkungen auf die Berechtigungen für einzelne Projekte.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Por favor, tenga en cuenta que la lista de proyectos puede variar para otros usuarios dependiendo a qué proyectos tienen acceso.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Les utilisateurs ne verront que les projets auxquels ils ont accès. Le partage des listes de projets ne modifie en rien les droits d'accès aux projets individuels.</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Not shared: Private</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Nicht geteilt: Privat</p></td><td class="op-uc-table--cell"><p class="op-uc-p">No compartida: Privada</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">This project list has not been shared with anyone yet. Only you can access this list.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Diese Projektliste wird derzeit mit niemandem geteilt. Nur Sie haben Zugriff.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Esta lista de proyectos no se ha compartido aún. Solo usted puede ver esta lista de proyectos.</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Shared with everyone</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Mit allen Nutzer:innen teilen</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Compartida con todos</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Partagée avec tout le monde</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Everyone can view this project list. You can also add individual users with extra permissions.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Alle Nutzer:innen können die Projektliste sehen. Sie können einzelne Nutzer:innen mit zusätzlichen Rechten hinzufügen.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Todos pueden ver esta lista de proyectos. También puede añadir usuarios individuales con permisos adicionales.</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Search by user or group</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Suchen nach Nutzer:in oder Gruppe</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Buscar por usuario o grupo</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Recherche par utilisateur ou par groupe</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">List owner.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Besitzer der Liste</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Propietario de la lista.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Propriétaire de la liste</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Part of a shared with group.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Teil einer Gruppe, mit der die Liste geteilt wird.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Parte de un grupo compartido.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Membre d'un groupe commun.</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Can already view because the list is shared with everyone</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Kann die Liste bereits sehen da die Liste mit allen Nutzer:innen geteilt wird.</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Ya puede ver porqué la lista esta compartida con todos</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Can edit due to global permissions</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Kann die Liste aufgrund globaler Rechte modifizieren</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Puede editar debido a sus permissos globales</p></td><td class="op-uc-table--cell"><p class="op-uc-p"></p></td></tr></tbody></table></figure>