Skip to content
Snippets Groups Projects
Commit a51f14f9 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Update dependencies

parent 780c3dae
No related branches found
No related tags found
2 merge requests!40Release: Sprint/2022 22 :robot:,!39Fix: Update dependencies
......@@ -78,7 +78,7 @@ namespace Coscine.Api.Pid.Controllers
try
{
resource = _resourceModel.GetByIdIncludingDeleted(new Guid(id));
}
}
catch
{
......@@ -210,7 +210,7 @@ namespace Coscine.Api.Pid.Controllers
IEnumerable<DisciplineObject> disciplines, IEnumerable<OrganizationObject> organizations, IEnumerable<ProjectRole> owners, string email)
{
string visibility = null;
if (project != null && project.VisibilityId.HasValue)
if (project != null && project.VisibilityId.HasValue)
{
visibility = _visibilityModel.GetById(project.VisibilityId.Value)?.DisplayName;
}
......
......@@ -10,7 +10,7 @@
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
<Company>IT Center, RWTH Aachen University</Company>
<Copyright>2021 IT Center, RWTH Aachen University</Copyright>
<Copyright>2022 IT Center, RWTH Aachen University</Copyright>
<Description>PID is a part of the Coscine group.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://git.rwth-aachen.de/coscine/backend/apis/Pid</PackageProjectUrl>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment