-
Bug
-
Resolution: Fixed
-
Critical
-
2.0, 2.3.2
-
None
-
Any
-
MOODLE_20_STABLE, MOODLE_23_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
wip-
MDL-25275-master -
Moderate
-
While doing various fixes related to MDL-21437, in order to get the database module working ok under mssql/oracle DBs, this problem has been revealed:
1) Create one database activity
2) Add some fields to them, on pupose add one "date" field.
3) Fill some records.
4) Go to the advanced search tab
Current behavior:
- The date field appears in the advanced search, filled with current date, and it is impossible to take it out from the search.
Expected behavior:
- Near to de the DD/MM/YYYY field should be one checkbox to control if the search must include the date or no, defaulting to no (unchecked and DD/MM/YYYY disabled).
Known workaround:
- Edit the advanced search template and take out any date field. Imperfect because then the activity cannot be searched by date fields, but at least doesn't break all the searches.
Ciao