Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.6.6, 1.7.4, 1.8.5, 1.9.1
-
Fix Version/s: None
-
Component/s: Blog
-
Labels:None
-
Affected Branches:MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
Description
When I am inside a course on the blogs page and then click on "Add a new entry" I am forwarded to the blogs page at the site level.
Issue Links
| This issue will be resolved by: | ||||
| MDL-9882 | In Blogs, when using "View course entries" the "&courseid=" is missing on "Add a new entry." |
|
|
|
I just had a look at the code in blog/edit.php. The code that was supposed to redirect to the appropriate course after editing has been commented out for debugging purposes. Whoever did the debugging apparently forgot to remove that.
However I don't think the code that is there is the most sensible. Use should be made of the new $COURSE global.