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
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_saveand push in:after_commitPlanned PRs
Backend