You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
In sw360 portal users can link projects to the selected project as kind of a sub project.
The user can see this relation in the following menus:
linked releases and projects (Projects)
is used by the following projects (Components)
For each project users can set individual project visibilities (group, moderators, everyone, private).
Therefore it can be possible that some projects are linked to projects with visibility group or private..
This will result that projects are linked, but the user does not have access to them.
In the current implementation sw360portal (ProjectDatabaseHandler, getProjectById) throws a generic sw360exception in case of getting information about the linked project.
add additional exception, e.g. 403 forbidden
usages of this method should be modified, individually decision of exception handling
The text was updated successfully, but these errors were encountered:
In sw360 portal users can link projects to the selected project as kind of a sub project.
The user can see this relation in the following menus:
For each project users can set individual project visibilities (group, moderators, everyone, private).
Therefore it can be possible that some projects are linked to projects with visibility group or private..
This will result that projects are linked, but the user does not have access to them.
In the current implementation sw360portal (
ProjectDatabaseHandler, getProjectById
) throws a generic sw360exception in case of getting information about the linked project.The text was updated successfully, but these errors were encountered: