Commit bd93529d authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Fix Typos

parent 356d43d1
......@@ -33,7 +33,7 @@ support_request_in_progress = context.REQUEST.get("support_request_in_progress",
if support_request_in_progress is not None:
support_request = portal.restrictedTraverse(support_request_in_progress, None)
if support_request and support_request.getTitle() == title and \
support_request.getAggregatetUid() == aggregate_value.getUid():
support_request.getAggregateUid() == aggregate_value.getUid():
return portal.restrictedTraverse(support_request_in_progress)
resource = portal.service_module.\
......
......@@ -2168,7 +2168,7 @@ class TestSlapOSComputer_notifyWrongAllocationScope(testSlapOSMixin):
portal_type = 'Support Request',
title = request_title,
simulation_state = 'suspended',
aggregate_uid = computer.getUid()
default_aggregate_uid = computer.getUid()
)
return support_request
......
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