-
Improvement
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-59864-master -
As part of MDL-59393 I had to stop activity events from being editable (because they shouldn't be) but that also means that the edit button that was perviously linking to the module is no longer shown.
I think it might make more sense to actually show a link in the footer that says something like "go to activity" instead of an edit button anyway since it it clearer for the user.
Also, please remember to add this behat scenario back:
@javascript
|
Scenario: Module events editing
|
Given I log in as "admin"
|
And I am on "Course 1" course homepage with editing mode on
|
And the following "activities" exist:
|
| activity | course | idnumber | name | intro | timeopen | timeclose |
|
| choice | C1 | choice1 | Test choice 1 | Test choice description | ##yesterday## | ##tomorrow## |
|
When I follow "This month"
|
Then I should see "Choice Test choice 1 open"
|
And I should see "Choice Test choice 1 close"
|
When I click on "Choice Test choice 1 open" "link"
|
Then "Delete" "button" should not exist
|
And I should see "Open event"
|
And "Edit" "button" should exist
|
When I click on "Edit" "button"
|
And I wait to be redirected
|
Then I should see "Updating: Choice"
|
And I am on "Course 1" course homepage
|
And I follow "This month"
|
When I click on "Choice Test choice 1 close" "link"
|
Then "Delete" "button" should not exist
|
And I should see "Close event"
|
And "Edit" "button" should exist
|
When I click on "Edit" "button"
|
And I wait to be redirected
|
Then I should see "Updating: Choice"
|
Might be necessary to adjust this to click on the new link and not on the edit button
- has to be done before
-
MDL-59393 Add support for drag/drop of calendar events within the same month
-
- Closed
-