πŸ‡§πŸ‡·Brazil @rafmagsou

Account created on 20 October 2018, about 6 years ago
  • Software Eng. at CI&TΒ 
#

Recent comments

πŸ‡§πŸ‡·Brazil rafmagsou

Update logic came from patch #15, to prevent error regarding missing "wizard_tree" field
more details in the interdiff

πŸ‡§πŸ‡·Brazil rafmagsou

Generate a patch with the solution proposed on the merge request Compatible with D10 php 8.1

πŸ‡§πŸ‡·Brazil rafmagsou

Patch #9 updated to Drupal 10 context, apply the same guarantee to #1 parameter.

πŸ‡§πŸ‡·Brazil rafmagsou

As far as I understand the method on getype located on the Entity sitemap:
Function get type need a proper validation if the type information exists before try load the entity simple_sitemap_type.

Something like:
https://git.drupalcode.org/project/simple_sitemap/-/blob/4.x/src/Entity/...

src/EntitySimpleSitemap.php :: getType

public function getType():? SimpleSitemapTypeInterface {
if ($this->isNew()) {
return NULL;
}
.
.
.

πŸ‡§πŸ‡·Brazil rafmagsou

In the context of bug I've checked with 2 types already filled.
As far a checked here is, some modules that use form alter try get the entity type.

πŸ‡§πŸ‡·Brazil rafmagsou

Sorry, I'll sooner, first I need to reach a fully version of patch 100% funcional and tested

πŸ‡§πŸ‡·Brazil rafmagsou

Fix, error when entity generation tries to get file entity

πŸ‡§πŸ‡·Brazil rafmagsou

Resolve extra issues with most recent 4.x version

πŸ‡§πŸ‡·Brazil rafmagsou

Hi danharper a new version of module will generate with
compatibility to version 4.

Production build 0.71.5 2024