Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remote getFields action #65

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Fix remote getFields action #65

merged 1 commit into from
Dec 13, 2024

Conversation

dontub
Copy link
Contributor

@dontub dontub commented Dec 13, 2024

  • RemoteActionInterface was missing as implemented in AbstractRemoteGetFieldsAction so remote contact ID weren't resolved.
  • AbstractRemoteGetFieldsAction now extends BasicGetFieldsAction so the phpdoc type hint of AbstractEntity::getFields() is matched.

systopia-reference: 27543

@dontub dontub requested a review from jensschuppe December 13, 2024 10:40
Copy link
Contributor

@jensschuppe jensschuppe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I understand the actual error, but this looks good to me.

@dontub dontub requested a review from jensschuppe December 13, 2024 14:17
* `RemoteActionInterface` was missing as implemented in
`AbstractRemoteGetFieldsAction` so remote contact ID weren't resolved.
* `AbstractRemoteGetFieldsAction` now extends `BasicGetFieldsAction` so
the phpdoc type hint of `AbstractEntity::getFields()` is matched.
@dontub dontub force-pushed the fix-remote-get-fields branch from 7b866d8 to aba7be6 Compare December 13, 2024 16:49
@dontub dontub merged commit d891f18 into master Dec 13, 2024
9 checks passed
@dontub dontub deleted the fix-remote-get-fields branch December 13, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants