forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5441 from nyaruka/note_vs_body
Update open ticket modal to use note instead of body
- Loading branch information
Showing
8 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3275,7 +3275,6 @@ class TicketsEndpoint(ListAPIMixin, BaseEndpoint): | |
* **status** - the status of the ticket, either `open` or `closed`. | ||
* **topic** - the topic of the ticket (object). | ||
* **assignee** - the user assigned to the ticket (object). | ||
* **body** - the body of the ticket (string). | ||
* **opened_on** - when this ticket was opened (datetime). | ||
* **opened_by** - the user who opened the ticket (object). | ||
* **opened_in** - the flow which opened the ticket (object). | ||
|
@@ -3298,7 +3297,6 @@ class TicketsEndpoint(ListAPIMixin, BaseEndpoint): | |
"status": "open", | ||
"topic": {"uuid": "040edbfe-be55-48f3-864d-a4a7147c447b", "name": "Support"}, | ||
"assignee": {"email": "[email protected]", "name": "Bob McFlow"}, | ||
"body": "Where did I leave my shorts?", | ||
"opened_on": "2013-02-27T09:06:15.456", | ||
"opened_by": null, | ||
"opened_in": {"uuid": "54cd8e2c-6334-49a4-abf9-f0fa8d0971da", "name": "Support Flow"}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,10 +75,10 @@ | |
"@nodelib/fs.scandir" "2.1.5" | ||
fastq "^1.6.0" | ||
|
||
"@nyaruka/[email protected].0": | ||
version "1.35.0" | ||
resolved "https://registry.yarnpkg.com/@nyaruka/flow-editor/-/flow-editor-1.35.0.tgz#1a0d23e2eca6520a7eefbe7f4a4aa7d82d52adcf" | ||
integrity sha512-u79UdFnXhXk0Bq3yKix/3AnQJij9mw4v4nyKIOxCk2vdTDRvI8Wiv57dwJhoSUBh4E+gzA/SEILaVKzLDhsp1g== | ||
"@nyaruka/[email protected].1": | ||
version "1.35.1" | ||
resolved "https://registry.yarnpkg.com/@nyaruka/flow-editor/-/flow-editor-1.35.1.tgz#1a443252a2c974e2afe231f626cd998c4d558114" | ||
integrity sha512-0DIgyiTt30wqfCPrZB9v5mIki+uhfCe9prL0hfhXaX1nUclUqQ+9Xl4PMTnQJTMnv+jLFGNir9t3k5EC63PyHQ== | ||
dependencies: | ||
"@nyaruka/temba-components" "0.101.0" | ||
react "^16.8.6" | ||
|