Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-block_course_overview_campus
Commits
1c5bfc69
This project is archived. Its data is
read-only
.
Commit
1c5bfc69
authored
Mar 31, 2017
by
Alexander Bias
Browse files
Options
Downloads
Patches
Plain Diff
Tighten parameter filtering for user preferences saved by block_course_overview_campus (II)
parent
93e9361c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
block_course_overview_campus.php
+2
-2
2 additions, 2 deletions
block_course_overview_campus.php
with
2 additions
and
2 deletions
block_course_overview_campus.php
+
2
−
2
View file @
1c5bfc69
...
@@ -1477,13 +1477,13 @@ class block_course_overview_campus extends block_base {
...
@@ -1477,13 +1477,13 @@ class block_course_overview_campus extends block_base {
block_course_overview_campus_remember_notshowncourses_for_local_boostcoc
(
$courses
);
block_course_overview_campus_remember_notshowncourses_for_local_boostcoc
(
$courses
);
// Verify that we can also remember the not shown courses for local_boostcoc by AJAX.
// Verify that we can also remember the not shown courses for local_boostcoc by AJAX.
user_preference_allow_ajax_update
(
'local_boostcoc-notshowncourses'
,
PARAM_
TEXT
);
user_preference_allow_ajax_update
(
'local_boostcoc-notshowncourses'
,
PARAM_
RAW
);
// Remember the active filters for local_boostcoc.
// Remember the active filters for local_boostcoc.
block_course_overview_campus_remember_activefilters_for_local_boostcoc
(
$hiddencoursescounter
);
block_course_overview_campus_remember_activefilters_for_local_boostcoc
(
$hiddencoursescounter
);
// Verify that we can also remember the active filters for local_boostcoc by AJAX.
// Verify that we can also remember the active filters for local_boostcoc by AJAX.
user_preference_allow_ajax_update
(
'local_boostcoc-activefilters'
,
PARAM_
TEXT
);
user_preference_allow_ajax_update
(
'local_boostcoc-activefilters'
,
PARAM_
RAW
);
}
}
}
}
...
...
...
...
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
sign in
to comment