Something went wrong while setting issue due date.
Result message displayed when triggerring an action is weird
Closed
Result message displayed when triggerring an action is weird
Description
When we trigger a reinstall, the result message is weird because the result is truncated.
FusionDirectory Version
1.2
Plugin with the defect
Argonaut
Steps to Reproduce
- Select a system
- Trigger (Re)Install action
Expected behavior:
Message saying the action was scheduled or executed
Actual behavior:
It says « Action called without error (result was "O") »
Additional Information
This is because the result is «OK» and it takes the first letter, because it’s expecting an array (when triggering an array of results is returned, one for each target. But reinstall is scheduled because it is asynchronous so it just returns "OK")