Flensburg
Account created on 7 September 2017, almost 7 years ago
#

Recent comments

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

I want to do some more testing

That would be good.

and eventualy also send the webform settings validation in plain js.

Do you mean the validation on the config form?

Take a look at Use form validation instead of custom js for exclusion dates and time intervals πŸ“Œ Use form validation instead of custom js for exclusion dates and time intervals Needs review

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

Should consideration be given to using translated weekdays for the time intervals?
If no, it should be mentioned that it is necessary to use English weekdays.

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

I worked on the vanilla js branch.

I tried another approach and the code now removes the month without available slots from the select list.
If this would an option we would not need the "no slots available" message anymore or?

However the code still needs some work. I am not so familiar with the core/once implementation.
If two webforms are placed on a page with the same booking field id the second form does not work.

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

From https://www.drupal.org/project/csv_serialization/issues/3344110 πŸ› CsvEncoder::encode must be compatible with Symfony\Component\Serializer\Encoder\EncoderInterface::encode Fixed

This is due to the difference in EncoderInterface::encode() signatures between Symfony 4.4 (D9) and Symfony 6.2 (D10).

So this release is not compatible with D9

What is the plan to handle this on this module?

Here is a patch as a workaround for users that are still on D9

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

Seems to work without and with blur now thx :)

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

Yep happens.

Temporary solution till we fix the JS stuffs:

  • Try enabling Add is-b-visible class at Blazy UI.

Thanks, already tried it. Does not work.
But I will just temporarily revert the CSS changes for my site. Blur is not in use on our site.

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

Corn696 β†’ created an issue.

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

The cause for this, is the change introduced by following issue:
PubMed abst_e field - contains basic html (3079282) β†’

The abstract fields (english and french) have been changed changed from text (long) to text (formatted, long).
It seems that something is missing in the update hook for the english abstract field.

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

You should not turn aggregation off on production.

You could edit the files directly in the social blue theme. But you would need to apply your changes if an update overrides your changes.
Another option would be to create a custom module with custom css files. You can define libraries in a libraries.yml and attach these libraries with a hook in the .module or with the twig function attach_library() on the pages where you need those changes or globally.

πŸ‡©πŸ‡ͺGermany Corn696 Flensburg

The bibcite entity is a custom entity type.

You can configure it under structure -> bibliography
/admin/structure/bibcite

List of all types
/admin/structure/bibcite/reference/settings/types

If you want to create a custom view of references choose reference instead of content.

Production build 0.69.0 2024