Commit 2e3a0761 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

Support request title for Base_generateSupportRequestForSlapOS now starts with '[MONITORING]'

parent 89e21d72
...@@ -1835,7 +1835,8 @@ class TestSlapOSComputer_notifyWrongAllocationScope(testSlapOSMixin): ...@@ -1835,7 +1835,8 @@ class TestSlapOSComputer_notifyWrongAllocationScope(testSlapOSMixin):
return assignment return assignment
def _getGeneratedSupportRequest(self, computer): def _getGeneratedSupportRequest(self, computer):
request_title = 'Allocation scope has been changed for %s' % computer.getReference() request_title = '[MONITORING] Allocation scope has been changed for %s' % \
computer.getReference()
support_request = self.portal.portal_catalog.getResultValue( support_request = self.portal.portal_catalog.getResultValue(
portal_type = 'Support Request', portal_type = 'Support Request',
title = request_title, title = request_title,
......
41 42
\ No newline at end of file \ No newline at end of file
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