-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
equal/packages/core/classes/Log.class.php
Lines 48 to 54 in b5941ec
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.
Metadata
Metadata
Assignees
Labels
No labels