[AMOS commit] MDL-62315 form: Implement the privacy API for core_form subsystem Committed into Git: 2018-05-03 11:44 UTC

[AMOS commit] MDL-62315 form: Implement the privacy API for core_form subsystem Committed into Git: 2018-05-03 11:44 UTC

by AMOS bot -
Number of replies: 0
Author: David Mudrák
MDL-62315 form: Implement the privacy API for core_form subsystem
Forms subsystem has no own database table. The only personal data is the
user preference 'filemanager_recentviewmode' that stores the view mode
of the file picker element.

It was discussed whether handling of this preference should be added
here into core_form, or rather into core_repository subsystem. The final
decision was to consider the preference as owned by the core_form
because it is affecting the display of a form element, not the
repository backend (even though the strings describing it had been put
into core_repository strings).


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

+ 3.4 en [privacy:metadata:preference:filemanager_recentviewmode,core_form]
+ 3.4 en [privacy:preference:filemanager_recentviewmode,core_form]