| 17 |
if context.getCountry() != '': |
if context.getCountry() != '': |
| 18 |
args['getCountry'] = context.getCountry() |
args['getCountry'] = context.getCountry() |
| 19 |
|
|
| 20 |
|
if 'manual' in context.getUsGroups(): |
| 21 |
|
manual_results = context.portal_catalog(meta_type = 'ActionRecipient', |
| 22 |
|
path=container.getPhysicalPath()) |
| 23 |
|
|
| 24 |
results = context.portal_catalog( |
results = context.portal_catalog( |
| 25 |
args, |
args, |
| 26 |
meta_type = 'ActionRecipient'); |
meta_type = 'ActionRecipient'); |
| 27 |
|
|
| 28 |
|
results.append(manual_results) |
| 29 |
|
|
| 30 |
return results |
return results |