-
Bug
-
Resolution: Fixed
-
Major
-
3.0.3
-
None
-
-
MOODLE_30_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
- Given:
- Course "A" with id e.g. 123.
- Course "B" with a non-int numeric id number whose int is equal to the id of course A (e.g. 123.456).
- Send an update grade item request with the id number of course B as the course id parameter.
- Expected outcome:
- The item is added in course "B".
- Actual outcome:
- The item is added in course "A".