Skip to main content
Sign in
Snippets Groups Projects
Commit 2408adda authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Added {}

parent fed29b0d
Branches
Tags
1 merge request!158Release: Sprint/2022-03
using Coscine.Configuration;
using Coscine.Configuration;
using Coscine.Database.DataModel;
using Coscine.Database.ReturnObjects;
using Coscine.Database.Util;
......@@ -334,7 +334,9 @@ namespace Coscine.Database.Models
resource.LicenseId = resourceObject.License.Id;
}
else
{
resource.LicenseId = null;
}
// the application profile can not be altered after creation
// resource.ApplicationProfile = resourceObject.ApplicationProfile;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment