-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.14, 4.3.8, 4.4.4, 4.5
Form:
$group[] =& $mform->createElement('select', 'expirydatetypepast', '', $choices);
|
$group[] =& $mform->createElement('date_time_selector', 'expirydateabsolutepast', '');
|
$mform->addGroup($group, 'expirydateformgrouppast', $expirydatestr, ' ', false);
|
Behat:
And I set the following fields to these values:
|
| expirydatetypepast | Select date |
|
| expirydateabsolutepast | ##-60 days## |
|
This does not work. The xpath for the date element does not allow to reference element by name nor does it allow to target an element that is a part of the group