Commit 9f5999ac authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Minor fixup

parent a61a533c
Pipeline #15968 failed with stage
in 0 seconds
request = context.REQUEST
edit_kw = {}
if monitor_scope is not None and monitor_scope != context.getMonitorScope():
......@@ -29,4 +28,4 @@ if 'software_type' in request and isSoftwareTypeChanged(request['software_type']
raise ValueError("Change Software Type is forbidden.")
if context.getTextContent() != text_content:
context.HostingSubscription_requestPerson(instance_xml=request['text_content'])
context.HostingSubscription_requestPerson(instance_xml=text_content)
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