This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 213
DatePicker Field im Backend -> submitOnChange funktioniert nicht #8603
Comments
Wie lässt sich das reproduzieren? |
hört sich nach einem Bug im Datepicker-Plugin an. |
Zur Reproduzierung: 'date' => array(
'inputType' => 'text',
'eval' => array(
'rgxp' => 'date',
'tl_class' => 'wizard w50',
'submitOnChange' => true,
'datepicker => true
),
'sql' => "varchar(10) NOT NULL default ''"
), Es ist kein Bug im Datepicker sondern eher eine fehlende Configuration, wie bereits erwähnt wird der onSelect Callback nicht gesetzt beim Initialiseren im DataContainer Zeile 390 - 401. |
Fixed in 6cf429d. |
leofeyer
added a commit
that referenced
this issue
Jan 16, 2017
jsonn
pushed a commit
to jsonn/pkgsrc
that referenced
this issue
Jan 20, 2017
* Correctly handle nested public folders when symlinking a folder. * Correctly handle SVGZ files in the file manager (see contao/core#8624). * Prevent an endless redirect loop if the page alias is "/" (see contao/core#8560). * Correctly parse German dates with two digit years in MooTools (see contao/core#8593). * Correctly add new resources to the user/group permissions (see contao/core#8583). * Trigger the auto-submit function in the date picker (see contao/core#8603). * Call the load callback when loading page/file picker nodes (see contao/core#7702).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bei Auswahl eines Datums aus dem Datepicker Popup greift das
onChange
Event nicht. Dazu müsste bei der Initialisierung des Datepickers im DataContainer die OptiononSelect
gesetzt werden.Wenn das Datum per Tastatur in das Feld eingetippt wird, wird das change Event regulär wie erwartet aufgerufen.
The text was updated successfully, but these errors were encountered: