Public bug reported:

When a different date format (other than the Mahara default YYYY/MM/DD
HH:mm), the datepicker doesnt work.

Steps to reproduce:
1. Update lang/en.utf8/langconfig.php with the following:

$string['pieform_calendar_dateformat'] = '%%d/%%m/%%Y';
$string['pieform_calendar_timeformat'] = '%%l:%%M %%p';

2. Clear site cache

3. In the Shared by Me, set 'Allow comments' = No

4. Enter a page to share with a group with an end date selected from
outside of the current month.

5. Save and re-enter the page.

Expected result: Clicking on the 'to' field opens the datepicker
Actual result: the datepicker doesnt open and error messages are displayed in 
the console.

Steps I've tried to fix:
-Hard coding the new date format (DD/MM/YYYY h:mm A) into 
theme/raw/templates/form/viewacl.tpl:164
-Adding new code to the library as per 
https://github.com/tempusdominus/bootstrap-4/issues/193#issuecomment-465649868
-Removing the local from theme/raw/templates/form/viewacl.tpl:165

** Affects: mahara
     Importance: Undecided
         Status: Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1831689

Title:
  Datepicker doesnt work with different date formats

Status in Mahara:
  Confirmed

Bug description:
  When a different date format (other than the Mahara default YYYY/MM/DD
  HH:mm), the datepicker doesnt work.

  Steps to reproduce:
  1. Update lang/en.utf8/langconfig.php with the following:

  $string['pieform_calendar_dateformat'] = '%%d/%%m/%%Y';
  $string['pieform_calendar_timeformat'] = '%%l:%%M %%p';

  2. Clear site cache

  3. In the Shared by Me, set 'Allow comments' = No

  4. Enter a page to share with a group with an end date selected from
  outside of the current month.

  5. Save and re-enter the page.

  Expected result: Clicking on the 'to' field opens the datepicker
  Actual result: the datepicker doesnt open and error messages are displayed in 
the console.

  Steps I've tried to fix:
  -Hard coding the new date format (DD/MM/YYYY h:mm A) into 
theme/raw/templates/form/viewacl.tpl:164
  -Adding new code to the library as per 
https://github.com/tempusdominus/bootstrap-4/issues/193#issuecomment-465649868
  -Removing the local from theme/raw/templates/form/viewacl.tpl:165

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1831689/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to