Skip to content
Snippets Groups Projects
Commit 9a328f44 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

by default name and notifyEmail are ""

parent 3f3721e9
No related branches found
No related tags found
2 merge requests!1807Devel 18.0.x,!1713New endpoint for listing projects
Pipeline #91281 failed
......@@ -60,7 +60,7 @@ public class Project implements Serializable, MinervaEntity {
private MiriamData disease;
@Column(length = 255, nullable = false)
private String name;
private String name = "";
private String version;
......@@ -68,7 +68,7 @@ public class Project implements Serializable, MinervaEntity {
private User owner;
@Column(nullable = false)
private String notifyEmail;
private String notifyEmail = "";
private String directory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment