This is an automated email from the ASF dual-hosted git repository.
bhliva pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/feature/projects by this push:
new 047221c DLAB-000 changed userInstance dto field name
047221c is described below
commit 047221c4e407c779c61a3e98a81f7f541fa08bed
Author: bhliva <[email protected]>
AuthorDate: Mon Jun 3 14:00:52 2019 +0300
DLAB-000 changed userInstance dto field name
---
.../dlab-model/src/main/java/com/epam/dlab/dto/UserInstanceDTO.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/services/dlab-model/src/main/java/com/epam/dlab/dto/UserInstanceDTO.java
b/services/dlab-model/src/main/java/com/epam/dlab/dto/UserInstanceDTO.java
index 8cbfadb..b509942 100644
--- a/services/dlab-model/src/main/java/com/epam/dlab/dto/UserInstanceDTO.java
+++ b/services/dlab-model/src/main/java/com/epam/dlab/dto/UserInstanceDTO.java
@@ -51,7 +51,7 @@ public class UserInstanceDTO {
private String imageName;
@JsonProperty("version")
private String imageVersion;
- @JsonProperty("version")
+ @JsonProperty("project")
private String project;
@JsonProperty("template_name")
private String templateName;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]