Skip to content

Commit 00f8ca9

Browse files
committed
#116 Fix ViewCustomize.context example
1 parent fe0f7cd commit 00f8ca9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ ViewCustomize = {
132132
"issue": {
133133
"id": 1,
134134
"author": {"id": 2, "name": "John Smith"},
135+
"totalEstimatedHours": 10.0,
136+
"totalSpentHours": 11.5,
135137
"lastUpdatedBy": {"id": 1, "name": "Redmine Admin"}
136138
}
137139
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ ViewCustomize = {
137137
"issue": {
138138
"id": 1,
139139
"author": {"id": 2, "name": "John Smith"},
140+
"totalEstimatedHours": 10.0,
141+
"totalSpentHours": 11.5,
140142
"lastUpdatedBy": {"id": 1, "name": "Redmine Admin"}
141143
}
142144
}

0 commit comments

Comments
 (0)