From eb4f87177bbdf2103fa1011f2afe92ab166cb125 Mon Sep 17 00:00:00 2001 From: David Gutman Date: Tue, 18 Sep 2018 17:15:54 +0200 Subject: [PATCH] Add release note for the upgraded project detail view. Change-Id: If27f33f0c89e4a204a8371e830066d667d258605 Closes-Bug: #1785263 --- releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml diff --git a/releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml b/releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml new file mode 100644 index 0000000000..4479c863c9 --- /dev/null +++ b/releasenotes/notes/bug-1785263-46edf7313d833b4c.yaml @@ -0,0 +1,12 @@ +--- +features: + - | + [:bug:`1785263`] Modify the project detail view in a multi tabbed view, + composed of: + + * ``Overview`` tab displaying general information about the project. + * ``Users`` tab displaying all users which have roles on the project (and + their roles on it), including users which have roles on the project throw + their membership to a group. + * ``Group`` tab displaying all groups which have roles on the project (and + their roles on it).