Details
-
Fix
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Behavior:
When we enable force_comments_for_audit_log to true from JOC Settings then on editing any object in Configuration tab which calls the API joc/api/inventory/store it throws the error on every update to the objects as:
- JocMissingCommentException: missing comment
How to Reproduce:
- Enable force_comments_for_audit_log in the JOC Cockpit settings.
- Switch to the configuration tab and edit any property of the job
- This will throw an error JocMissingCommentException: missing comment
Desired Behavior:
On enabling the force_comments_for_audit_log option in JOC Cockpit settings, no error should be thrown when the joc/api/inventory/store is called in Configuration view.
But the joc/api/inventory/store is called in Configuration view to automatically add a default comment.