Details
-
Sub-bug
-
Status: Resolved
-
Medium
-
Resolution: Fixed
-
None
-
None
-
XPORTERCLOUD 2021 Sprint 8, XPORTERCLOUD 2021 Sprint 9, XPORTERCLOUD 2021 Sprint 10, XPORTERCLOUD 2021 Sprint 11, XPORTERCLOUD 2021 Sprint 12
-
Description
Short description: The status of audit logs for post functions are not being handled correctly
CASE 1
Steps to reproduce:
- Create a post function with the action upload file that is supposed to give an error or partial success
- Execute post function
- Go to page Audit logs and click in refresh until appears the status finished
Actual result: The audit log appears with finished but after appears partial success
Expected result: The status finished should not appear before the partial success
CASE 2
Steps to reproduce:
- Create a post function only with the action upload file that is supposed to give an error
- Execute post function
- Go to page Audit logs
Actual result: The status from that audit log is "partial success"
Expected result: The status should be Error because you only have one action. The status from the audit log should take into account the number of actions executed in the post function.