mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00

This makes the rendering of the question comments count additionally check the core moodle/comment:post capability, since this capability is required to make comments. Previously, this was not being checked so users could open the modal to make a comment, which was causing a javascript error due to expected elements being missing.
12 lines
513 B
YAML
12 lines
513 B
YAML
issueNumber: MDL-79122
|
|
notes:
|
|
core_question:
|
|
- message: >-
|
|
Behat steps `behat_qbank_comment::i_should_see_on_the_column`
|
|
and `behat_qbank_comment::i_click_on_the_row_containing` have been
|
|
deprecated in favour of the new component named selectors,
|
|
`qbank_comment > Comment count link` and
|
|
`qbank_comment > Comment count text` which can be used with the
|
|
standard `should exist` and `I click on` steps to replace the
|
|
custom steps.
|
|
type: deprecated
|