You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/06/19 13:12:37 UTC

[incubator-dlab] branch feature/projects updated: DLAB-000 change custom tag property name

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 f11ea5f  DLAB-000 change custom tag property name
f11ea5f is described below

commit f11ea5f40a002eb548e61601ee2c359922fb5e35
Author: bhliva <bo...@epam.com>
AuthorDate: Wed Jun 19 16:12:19 2019 +0300

    DLAB-000 change custom tag property name
---
 .../epam/dlab/backendapi/resources/dto/ExploratoryCreateFormDTO.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/resources/dto/ExploratoryCreateFormDTO.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/resources/dto/ExploratoryCreateFormDTO.java
index 18de17a..e157b8b 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/resources/dto/ExploratoryCreateFormDTO.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/resources/dto/ExploratoryCreateFormDTO.java
@@ -45,7 +45,7 @@ public class ExploratoryCreateFormDTO {
 	@NotBlank
 	@JsonProperty
 	private String project;
-	@JsonProperty
+	@JsonProperty("custom_tag")
 	private String exploratoryTag;
 
 	@NotBlank


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org