Commit 583853fe authored by Łukasz Nowak's avatar Łukasz Nowak

Pass tag to have precise overview.

parent 38aff687
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>context.portal_catalog.searchAndActivate(\n <value> <string>context.portal_catalog.searchAndActivate(\n
portal_type=\'Person\',\n portal_type=\'Person\',\n
method_id=\'Person_migrateComputerTitle\'\n method_id=\'Person_migrateComputerTitle\',\n
activate_kw={\'tag\': \'Person_migrateComputerTitle\'},\n
)\n )\n
\n \n
return \'Initiated computer title unicity migration.\'\n return \'Initiated computer title unicity migration.\'\n
......
151 152
\ 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