Closed fazelfarajzade closed 6 years ago
When I add a new User profile field of type Date/Time . and I change site calendar . when I want to pick a date in Edit profile page it automatically changes after save .
I`m using moodle 3.3 and calander version :
$plugin->version = 2017030200; $plugin->requires = 2013110100; $plugin->component = 'calendartype_jalali'; $plugin->release = '1.1 for Moodle 2.6 onwards'; $plugin->dependencies = array('calendartype_gregorian' => ANY_VERSION); $plugin->maturity = MATURITY_STABLE;
$plugin->version = 2017030200;
$plugin->requires = 2013110100;
$plugin->component = 'calendartype_jalali';
$plugin->release = '1.1 for Moodle 2.6 onwards';
$plugin->dependencies = array('calendartype_gregorian' => ANY_VERSION);
$plugin->maturity = MATURITY_STABLE;
I'm closing this issue as it is not about the Jalali plugin itself. The bug is in the date/time profile field plugin.
When I add a new User profile field of type Date/Time . and I change site calendar . when I want to pick a date in Edit profile page it automatically changes after save .
I`m using moodle 3.3 and calander version :
$plugin->version = 2017030200;
$plugin->requires = 2013110100;
$plugin->component = 'calendartype_jalali';
$plugin->release = '1.1 for Moodle 2.6 onwards';
$plugin->dependencies = array('calendartype_gregorian' => ANY_VERSION);
$plugin->maturity = MATURITY_STABLE;