-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Component/s: UI
-
Release Notes Summary:The links to users and groups in the Task box correctly redirects to the user/group page.
-
Tags:
-
Backlog priority:550
-
Sprint:UI - 2022-02, UI Cooldown - 2022-02
In https://github.com/nuxeo/nuxeo-web-ui/blob/release-10.10-HF44/elements/workflow/nuxeo-document-task.html#L138-L146 , you can notice that
type="user"
is forced, while a task can be assigned to group.
How to reproduce:
- Login as Administrator on https://nightly.nuxeo.com
- Start e.g. a serial workflow
- Enter in task assignment step the group members and start the review
- Possibly you then have to login as a members's member
- Select the task assigned and notice that
- In Users in this task, the tag members can be clicked on
- Click on members => You are directed to https://nightly.nuxeo.com/nuxeo/ui/#!/admin/user-group-management/user/members instead of https://nightly.nuxeo.com/nuxeo/ui/#!/admin/user-group-management/group/members ==> BREAKS as HTTP 404 !
- In Participants, the tag group:members can be clicked on
- Click on group:members => You are directed to https://nightly.nuxeo.com/nuxeo/ui/#!/admin/user-group-management/user/group%3Amembers instead of
https://nightly.nuxeo.com/nuxeo/ui/#!/admin/user-group-management/group/members ==> BREAKS as HTTP 404 !
- Click on group:members => You are directed to https://nightly.nuxeo.com/nuxeo/ui/#!/admin/user-group-management/user/group%3Amembers instead of
- In Users in this task, the tag members can be clicked on
Request: the tags (representing participants and users in the task), when dealing with groups of users, should redirect correctly to the group page , instead of assuming and forcing users.
- is related to
-
ELEMENTS-1467 Improve nuxeo-tags API with auto type
- Open