Merge branch 'ui-refactoring' of https://gitlab.eudat.eu/dmp/OpenAIRE-EUDAT-DMP-service-pilot into ui-refactoring
This commit is contained in:
commit
5a4e939471
|
@ -102,8 +102,8 @@ public class ProjectListingModel implements DataModel<eu.eudat.data.entities.Pro
|
|||
this.definition = definition;
|
||||
}
|
||||
|
||||
public short getStatus() {
|
||||
return status.getValue();
|
||||
public Short getStatus() {
|
||||
return status != null ? status.getValue() : null;
|
||||
}
|
||||
|
||||
public void setStatus(Short status) {
|
||||
|
|
Loading…
Reference in New Issue