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 <bohdan_hl...@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-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to