-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #1131 improve view_submission listener documents #1154
Fixes #1131 improve view_submission listener documents #1154
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1154 +/- ##
=======================================
Coverage 71.71% 71.71%
=======================================
Files 15 15
Lines 1354 1354
Branches 402 402
=======================================
Hits 971 971
Misses 312 312
Partials 71 71 Continue to review full report at Codecov.
|
docs/_basic/ja_listening_modals.md
Outdated
|
||
<code>view()</code> メソッドは、文字列型または <code>RegeExp</code>型 の <code>callback_id</code> を必要とします。 | ||
`view()` メソッドは、文字列型または `RegExp`型 の `callback_id` を必要とします。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you always have a space before/after backtick?
`view()` メソッドは、文字列型または `RegExp`型 の `callback_id` を必要とします。 | |
`view()` メソッドは、文字列型または `RegExp` 型 の `callback_id` を必要とします。 |
docs/_basic/ja_listening_modals.md
Outdated
|
||
`view_submission` リクエストに対してモーダルを更新するには、`update`型の `response_action` と新しく作成した `view` を指定すると確認を示します。 | ||
|
||
`view_submission` リクエストに対してモーダルを更新するには、リクエストの確認の中で `update` を指定した `response_action` と新しく作成した `view` を指定します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I mentioned in slackapi/bolt-python#494, we would like to avoid repeating 指定する in a sentence.
`view_submission` リクエストに対してモーダルを更新するには、リクエストの確認の中で `update` を指定した `response_action` と新しく作成した `view` を指定します。 | |
`view_submission` リクエストに対してモーダルを更新するには、リクエストの確認の中で `update` という `response_action` と新しく作成した `view` を指定します。 |
docs/_basic/ja_listening_modals.md
Outdated
|
||
##### モーダル送信でのビューの更新 | ||
|
||
`view_submission` リクエストに対してモーダルを更新するには、`update`型の `response_action` と新しく作成した `view` を指定すると確認を示します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that this line should be removed
`view_submission` リクエストに対してモーダルを更新するには、`update`型の `response_action` と新しく作成した `view` を指定すると確認を示します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 🤦
Summary
Fixes #1131. Adding information on what to do on
view_submission
.Requirements (place an
x
in each[ ]
)