Skip to content

Commit

Permalink
fix: add path field to the directory model
Browse files Browse the repository at this point in the history
  • Loading branch information
katerina20 committed Sep 1, 2023
1 parent 629c3da commit 22fd23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class Directory {
private String name;
private String title;
private String exportPattern;
private String path;
private Priority priority;
private Date createdAt;
private Date updatedAt;
Expand Down
1 change: 1 addition & 0 deletions src/test/resources/api/sourcefiles/directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"name": "main",
"title": "<Description materials>",
"exportPattern": "/localization/%locale%/%file_name%",
"path": "/main",
"priority": "normal",
"createdAt": "2019-09-19T14:14:00+00:00",
"updatedAt": "2019-09-19T14:14:00+00:00"
Expand Down

0 comments on commit 22fd23b

Please sign in to comment.