Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-block_course_overview_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
elc
moodle-block_course_overview_campus
Commits
8d765ce9
Commit
8d765ce9
authored
6 years ago
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: There might be a debug message when prioritizemyteachedcourses setting is enabled
parent
d7dad303
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+4
-0
4 additions, 0 deletions
CHANGES.md
block_course_overview_campus.php
+1
-1
1 addition, 1 deletion
block_course_overview_campus.php
with
5 additions
and
1 deletion
CHANGES.md
+
4
−
0
View file @
8d765ce9
...
...
@@ -4,6 +4,10 @@ moodle-block_course_overview_campus
Changes
-------
### Unreleased
*
2018-08-26 - Bugfix: There might be a debug message when prioritizemyteachedcourses setting is enabled.
### v3.5-r1
*
2018-07-02 - Fix some visual flaws and changes which came with BS 4 stable.
...
...
This diff is collapsed.
Click to expand it.
block_course_overview_campus.php
+
1
−
1
View file @
8d765ce9
...
...
@@ -515,7 +515,7 @@ class block_course_overview_campus extends block_base {
}
// Teacher information.
if
(
$coc_config
->
teachercoursefilter
==
true
||
$coc_config
->
secondrowshowteachername
==
true
)
{
if
(
$coc_config
->
teachercoursefilter
==
true
||
$coc_config
->
secondrowshowteachername
==
true
||
$coc_config
->
prioritizemyteachedcourses
==
true
)
{
// Get course teachers based on global teacher roles.
if
(
count
(
$teacherroles
)
>
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment