Skip to content

Commit

Permalink
feat: add displayName exim
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenke committed Jul 11, 2024
1 parent ddea2dd commit b9725d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ Map<String, Map<String, ImageDTOV1>> createImages(List<Image> images) {

@Mapping(target = "id", ignore = true)
@Mapping(target = "name", ignore = true)
@Mapping(target = "displayName", ignore = true)
@Mapping(target = "creationDate", ignore = true)
@Mapping(target = "creationUser", ignore = true)
@Mapping(target = "modificationDate", ignore = true)
Expand All @@ -118,7 +117,6 @@ Map<String, Map<String, ImageDTOV1>> createImages(List<Image> images) {
public abstract void update(EximThemeDTOV1 dto, @MappingTarget Theme entity);

@Mapping(target = "id", ignore = true)
@Mapping(target = "displayName", ignore = true)
@Mapping(target = "creationDate", ignore = true)
@Mapping(target = "creationUser", ignore = true)
@Mapping(target = "modificationDate", ignore = true)
Expand Down
2 changes: 2 additions & 0 deletions src/main/openapi/onecx-theme-exim-v1-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ components:
EximTheme:
type: object
properties:
displayName:
type: string
cssFile:
type: string
description:
Expand Down

0 comments on commit b9725d6

Please sign in to comment.