mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-74553 blocks: do not refer to form fields by id
This is not compatible with the dynamic forms and random ids
This commit is contained in:
parent
941a29925e
commit
ecd569f942
18 changed files with 332 additions and 332 deletions
|
@ -64,7 +64,7 @@ Feature: Enable Block Badges in a course
|
|||
When I add the "Latest badges" block
|
||||
And I configure the "Latest badges" block
|
||||
And I set the following fields to these values:
|
||||
| id_config_numberofbadges | 1 |
|
||||
| Number of latest badges to display | 1 |
|
||||
And I press "Save changes"
|
||||
Then I should see "Badge 2" in the "Latest badges" "block"
|
||||
And I should not see "Badge 1" in the "Latest badges" "block"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue