Move form for group creation to own screen
Move the form for the group creation from the GroupListScreen to an
own new CreateGroupScreen and add a link to this screen at the
beginning of the GroupListScreen. The link to the CreateGroupScreen is
only visible if the user has the permission to create new groups.
This is consistent with how projects can be created in the WebUI. For
the project creation there is also a link at the beginning of the
ProjectListScreen to the CreateProjectScreen.
Moving the group creation form to an own screen has the advantage that
the user doesn't need to scroll down to the very end of the
GroupListScreen to find the group creation form. This is annoying if
there is a large number of groups. Because of the needed scrolling
often users also do not find the group creation form.
Change-Id: I474827d843af7470bb154889da3f58bfb7405d1a
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
8 files changed