@ni.pineau@gmail.com

Account created on 29 November 2021, over 2 years ago
#

Recent comments

This is not working... a similar patch has been proposed here πŸ› Deprecated creation of dynamic property in TypedData Needs work but it raises a critical error when editing a content having a workflow (se comment #9 πŸ› Deprecated creation of dynamic property in TypedData Needs work )

As a temporary workaround, would it make sense to change web/core/lib/Drupal/Core/TypedData/TypedData.php this way (rather than adding value property which produces bug reported in #9) :

public function getValue() {
    if (!isset($this->value)) {
      return NULL;
    }

    return $this->value;
  }

It seems to suppress the warning

Thank you very much that's really great. One tiny comment though : it's not easy to spot on which color is currently selected because the shadow color is quite light. Do you think you could choose a color that would be a bit darker ?

Thanks again.

Same, after removing a module (entity_browser), a user role refering to this module was deleted.

Production build 0.69.0 2024