Skip to content
New issue

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

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

Already on GitHub? # to your account

Profile entity class does not implement bundle() method #15

Closed
argiepiano opened this issue Oct 5, 2022 · 2 comments · Fixed by #16
Closed

Profile entity class does not implement bundle() method #15

argiepiano opened this issue Oct 5, 2022 · 2 comments · Fixed by #16

Comments

@argiepiano
Copy link
Contributor

This is causing issues with token replacement when using Entity Token to access tokens such as [user:profile_main:FIELD_NAME]. Basically the bundle method should return the profile type, which in turn it's used to get the field value for token replacement.

It's an easy fix. PR coming

argiepiano added a commit to argiepiano/profile that referenced this issue Oct 5, 2022
@argiepiano
Copy link
Contributor Author

PR #16 submitted.

bugfolder added a commit that referenced this issue Oct 15, 2022
@bugfolder
Copy link
Collaborator

Works! Thanks, @argiepiano!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants