After Drupal upgrades, need to reinstall external libraries

Hi! I am finding in Drupal 7 and 8, that every time we do an upgrade, I need to reinstall all external libraries via Composer again.

Example modules that ‘loses’ it’s libraries is:

https://www.drupal.org/project/entity_print
https://www.drupal.org/project/stripe_roles

Why could this be happening?

Why is my code for flagging entities not working ?

I created a code to automatically flag entities when they are created or updated.

With this code only the nodes are flagged but it does not work for the other entities.

What is wrong with my code? Why is it not working ?

There is no error in the logs. The flags are of course the right entity.

change header

How can I change the header for product view?  Here is where it is in the code

<div>
<h2>HEADER THAT I WANT TO CHANGE</h2>
</div>

GDPR-question

Hello Everyone!

I would create a new website using drupal 8 with various articles and descriptions. Posts for these could also be sent by visitors there as comments. That's all it would be, no extra features and its just a hobby website. What do I need in this case to meet the GDPR requirements?

Thanks for the help!

How do I flag the update store automatically ?

I created a flag to flag the stores. I want when a user updates a store, the store is automatically flagged. The code below does not work and there is no error message.

I don't want to use the Rules module.

How do I flag the update store automatically ?

Webform 8: Any way to prevent urls in form fields?

Was looking around the interface to figure this out.   Is there any way to prevent URLs in the form fields and prevent submission of the forms?   Was looking to check for "http" and "http"s in the string.

There's seems like a way to check for a pattern in the string... but it's the reverse, the string needs to be there.

I am on Drupal 8.9.1.

Webform is Version: 8.x-5.16

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x