Commit d0493c26 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos_jio_api_style: Fix slap state in search instance

parent bac9c822
......@@ -2,8 +2,8 @@ portal_type = data_dict["portal_type"]
portal = context.getPortalObject()
slap_state_dict = {
"stop_requested": "started",
"start_requested": "stopped",
"stop_requested": "stopped",
"start_requested": "started",
"destroy_requested": "destroyed",
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment