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
ValidationJob of sub-set reports both validates and pushes the report to the Events Index.
This should be separated into two operations rather than one single operation.
Technical proposal
Separate the actions and in the normal workflow make validation :after_save and push in :after_commit
Planned PRs
Backend
[Push all not validate reports](MR link if it already exists)
Added corrected logging with lograge
The text was updated successfully, but these errors were encountered:
ValidationJob of sub-set reports both validates and pushes the report to the Events Index.
This should be separated into two operations rather than one single operation.
Technical proposal
Separate the actions and in the normal workflow make validation
:after_save
and push in:after_commit
Planned PRs
Backend
The text was updated successfully, but these errors were encountered: