Skip to content

Commit

Permalink
Merge pull request #439 from harena-lab/development
Browse files Browse the repository at this point in the history
feat (annotate): quest order in the cases
  • Loading branch information
santanche authored Jul 25, 2023
2 parents 0ea9112 + a3f206d commit a4d0577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/adonisjs/public/editor/annotate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<a href="annotator?caseid={{case.id}}&roomid={{page_url.roomid}}">
<div class="row draft-author-case-container">
<div class="col draft-case-title">
<label class="ml-2">{{case.order_position}}</label>
<label class="ml-2">{{case.title}}</label>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DCC.component(
},
oas: {
paths: {
'{url-manager}/room/case/list': {
'{url-manager}/room/case/listq': {
'get': {
operationId: 'room-cases',
parameters: [
Expand Down

0 comments on commit a4d0577

Please sign in to comment.