Dezső BICZÓ

Results 68 issues of Dezső BICZÓ

Closes #1152 TODO - [x] Code clean up would be nice but the code as-is should also work

Follow up on #1152 (Since team members stored in an attribute on Apigee X, from the App group's last change date it could be guessed if there is need to...

## Description PHPStorm warns that the following code is incorrect, because ` $user_developer->convertUser()` returns `\Drupal\apigee_edge\Structure\UserToDeveloperConversionResult()` and not a developer interface. ``` $developer = $user_developer->convertUser($account); $developer->setDeveloperId($developer_id); $developer->enforceIsNew(FALSE); ``` It also occurred...

bug

## Description When you run `drush apigee:sync` multiple times you may notice that logs always says that users were updated, which should not happen after a successful sync has happened...

bug

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? This is somewhat a follow-up...

enhancement

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Simple recipes without dependencies on...

enhancement

# Bug report Slightly related to the conversation in https://github.com/phpstan/phpstan/issues/6562. PHPstan Drupal currently warns about readonly properties are not supported by DependencySerializationTrait, but that is not necessarily true. Using those...

bug

## Bug description Unpublished Product as listed in Product catalog and when a user tries to create a subscription for those the process silently fails with the following error in...