-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.0
-
-
MOODLE_405_STABLE
Description:
When creating or editing a database entry that includes multiple date fields—such as a "Start Date" and an "End Date"—Moodle does not allow the user to set these dates independently. Changing one date field automatically changes the other to the same value. This behavior makes it impossible to define different start and end dates, which is essential for many use cases.
Steps to Reproduce:
- Create a database activity in a Moodle course.
- Add two date fields to the database: e.g., "Start Date" and "End Date".
- Add or edit a database entry.
- Attempt to select different values for "Start Date" and "End Date".
Expected Behavior:
Each date field should be independently editable. Changing one should not affect the other.
Actual Behavior:
Setting a date in one field causes the other date field to mirror the same value.