You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the transaction repository, the use of saveQuietly() skips all the listeners and prevents them from being triggered, which causes issues with the expected behavior of the application. This behavior is detrimental to the proper flow of the system, as important actions tied to events like saving or saved are not being executed.
cr998
changed the title
Skips Model Event Listeners, Causing Issues in Transaction Repository
Skips model event listeners, causing issues in transaction repository
Dec 29, 2024
Describe the bug
In the transaction repository, the use of saveQuietly() skips all the listeners and prevents them from being triggered, which causes issues with the expected behavior of the application. This behavior is detrimental to the proper flow of the system, as important actions tied to events like saving or saved are not being executed.
Is the use of this saveQuietly() method necessary for any reason?
The text was updated successfully, but these errors were encountered: