Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
-
None
Description
Current Situation
When adding a custom event without the attribute exit_code the event is listed in JOC but can not be deleted.
For example the event is add by this event handler
<?xml version="1.0" encoding="UTF-8"?> <actions> <action name="MyEventHandler"> <events> <event_group group="myGroup" logic="not myEvent"> <event event_class="myClass" event_id="myid" event_name="myEvent" /> </event_group> </events> <commands> <add_event> <event event_class="myClass" event_id="myId" scheduler_event_expiration_period="00:15" /> </add_event> </commands> </action> </actions>
Desired Behavior
It should always be possible to delete events from the list using JOC