Thank you for quick answer!
The current problem isn't about catching submit data.
Problem is exposed HTS select inputs - children elements filled with all children.
Let me show how it's work now:
Top select element #1 filled:
- parent 1
- parent 2 (this is selected)
Child select element #2 filled with:
child 1 of parent 1
child 2 of parent 1
child 1 of parent 2
child 2 of parent 2
child 3 of parent 2
But select element #2 should be:
child 1 of parent 2
child 2 of parent 2
child 3 of parent 2
Also, I didn't find there attached ajax events or js for calculating children for selected parents. Allchild elements prefilled with children elements (without parent dependancy).
Confirming that #4 work for 3.5.1 Drupal 10.4.0.
When will merged?
You have cleaned your temporary folder, but then try upload again the same file with the same name. But it saved to "file_managed" table, so it raises error:
* <strong>The files will be added to the {file_managed} table as temporary files</strong>.
* Temporary files are periodically cleaned. Use the 'file.usage' service to
* register the usage of the file which will automatically mark it as permanent.
function file_save_upload($form_field_name, $validators = [], $destination = FALSE, $delta = NULL, FileExists|int $fileExists = FileExists::Rename) {
Just for info:
https://github.com/krakjoe/apcu/blob/v5.1.23/apc_sma.c#L565
info->seg_size = sma->size - (ALIGNWORD(sizeof(sma_header_t)) + ALIGNWORD(sizeof(block_t)) + ALIGNWORD(sizeof(block_t)));
seg_size = = 33554312b, not 33554432b (32M) - 120 bytes difference in my server.
so $apcu_recommended_size = '32 MB';
in system.install isn't exact value for comparing.
https://github.com/twbs/bootstrap/pull/40623
It will be fixed on 5.3.4.
Thanks @pvasilli! Waiting for it.
p.s. ΠΠ³Π°, Π½ΠΈΠΆΠ΅ ΡΠΊΠ°Π·Π°Π» Π² ΠΏΠΎΡΡΠ΅, ΡΡΠΎ Π½Π° SASS 1.77.6 ΡΠ°Π±ΠΎΡΠ°Π΅Ρ.
->setDefaultValueCallback(static::class . '::getDefaultStartEndDate') isn't call this function.
Nikit β created an issue.
It need to add more details to comment #2 β¨ add library install in composer.json Active and to the documentation of module:
composer require oomphinc/composer-installers-extender
// All actions as commented in #2
composer require bower-asset/bootstrap-datepicker
Thank you! Just today is our language day :)
Btw, server system settings used for start of week. But better to use config value, initial value of this can be taken from server settings.
Well done. Thank you!
. Problem/Motivation
Week can start from Sunday or Monday or Saturday - depend on country.