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

Add support for non-referenced actors. #104

Open
jimsynz opened this issue Sep 2, 2024 · 3 comments
Open

Add support for non-referenced actors. #104

jimsynz opened this issue Sep 2, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@jimsynz
Copy link
Contributor

jimsynz commented Sep 2, 2024

It's cool how you can say reference_source? false however if you happen to be adding the paper trail extension to your actor resource you need to also not generate the reference for the belongs_to_actor relationship.

@jimsynz jimsynz added the enhancement New feature or request label Sep 2, 2024
@zachdaniel
Copy link
Contributor

🤔 I'm not sure that makes sense. You could have an admin user editing a user other than themselves. The references_source? relationship points at the user being edited, the belongs_to_actor points to the actor doing the editing.

@jimsynz
Copy link
Contributor Author

jimsynz commented Sep 3, 2024

What if I change my own password and then try and delete my account?

@zachdaniel
Copy link
Contributor

zachdaniel commented Sep 3, 2024

I don't understand what the problem is. They are just two separate relationships on the version. How would they interfere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants