[AMOS commit] MDL-72509 core: De-couple participants filter from core_user to core Committed into Git: 2021-10-26 05:08 UTC

[AMOS commit] MDL-72509 core: De-couple participants filter from core_user to core Committed into Git: 2021-10-26 05:08 UTC

by AMOS bot -
Number of replies: 0
Author: Tomo Tsuyuki
MDL-72509 core: De-couple participants filter from core_user to core
This implementation will de-couple the participant filter from
core user to core so its easily usable to any api in core or any
community plugin. This removes the dependency from the core_user
and creates a nice api where it can produce filterable objects.

Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net>
Co-Authored-By: Tomo Tsuyuki <tomotsuyuki@catalyst-au.net>

AMOS BEGIN
MOV [addcondition,core_user], [addcondition,core]
MOV [adverbfor_and,core_user], [operator_and,core]
MOV [adverbfor_andnot,core_user], [operator_andnot,core]
MOV [adverbfor_or,core_user], [operator_or,core]
MOV [applyfilters,core_user], [applyfilters,core]
MOV [clearfilterrow,core_user], [clearfilterrow,core]
MOV [clearfilters,core_user], [clearfilters,core]
MOV [filtersetmatchdescription,core_user], [filtersetmatchdescription,core]
MOV [filterrowlegend,core_user], [filterrowlegend,core]
MOV [filtertype,core_user], [filtertype,core]
MOV [match,core_user], [match,core]
MOV [matchofthefollowing,core_user], [matchofthefollowing,core]
MOV [placeholdertypeorselect,core_user], [placeholdertypeorselect,core]
MOV [selectfiltertype,core_user], [selectfiltertype,core]
AMOS END


http://git.moodle.org/gw?p=moodle.git;a=commit;h=68a5034b67f8d090dc5dc3bdf51dac2ab8089ab9
http://github.com/moodle/moodle/commit/68a5034b67f8d090dc5dc3bdf51dac2ab8089ab9

+ 4.1 en [addcondition,core]
+ 4.1 en [applyfilters,core]
+ 4.1 en [clearfilterrow,core]
+ 4.1 en [clearfilters,core]
+ 4.1 en [filtersetmatchdescription,core]
+ 4.1 en [filterrowlegend,core]
+ 4.1 en [filtertype,core]
+ 4.1 en [match,core]
+ 4.1 en [matchofthefollowing,core]
+ 4.1 en [operator_and,core]
+ 4.1 en [operator_andnot,core]
+ 4.1 en [operator_or,core]
+ 4.1 en [placeholdertypeorselect,core]
+ 4.1 en [selectfiltertype,core]