Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.2.3, 3.3, 3.4
-
Component/s: Database activity module
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-59296-master -
Pull Master Diff URL:
Description
If one entry leaves a latlong field empty, the advanced search won't work.
The reason is that the select has an empty option but the value is not empty is: "," So it will always search for that value and it won't find nothing. Otherwise currently this field should be always filled because there's no empty option.