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

Log getUnique problem #189

Open
lucaslaurent04 opened this issue Sep 30, 2024 · 0 comments
Open

Log getUnique problem #189

lucaslaurent04 opened this issue Sep 30, 2024 · 0 comments

Comments

@lucaslaurent04
Copy link
Collaborator

public function getUnique() {
return [
['user_id'],
['object_class'],
['object_id']
];
}

Seems like a possible problem, because an object can be updated twice by the same user but the log wont be created because of getUnique rules.

It poses a problem when using action core_model_generate for core\Log.

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

No branches or pull requests

1 participant