Commit 48e559d4 authored by Łukasz Nowak's avatar Łukasz Nowak

Trigger in activities.

It will espace transaction boundaries, so minimise calling needless methods.

Additionaly there is higher chance to have objects reindexed this way.
parent 99966d3a
......@@ -21,15 +21,15 @@
<item>
<key> <string>activate_script_name</string> </key>
<value>
<tuple/>
<list>
<string>HostingSubscription_triggerAlarm</string>
</list>
</value>
</item>
<item>
<key> <string>after_script_name</string> </key>
<value>
<list>
<string>HostingSubscription_triggerAlarm</string>
</list>
<tuple/>
</value>
</item>
<item>
......
......@@ -21,7 +21,9 @@
<item>
<key> <string>activate_script_name</string> </key>
<value>
<tuple/>
<list>
<string>Item_activateFillComputerInformationCache</string>
</list>
</value>
</item>
<item>
......@@ -33,9 +35,7 @@
<item>
<key> <string>before_commit_script_name</string> </key>
<value>
<list>
<string>Item_activateFillComputerInformationCache</string>
</list>
<tuple/>
</value>
</item>
<item>
......
......@@ -21,7 +21,9 @@
<item>
<key> <string>activate_script_name</string> </key>
<value>
<tuple/>
<list>
<string>SaleOrder_triggerAlarm</string>
</list>
</value>
</item>
<item>
......@@ -33,9 +35,7 @@
<item>
<key> <string>before_commit_script_name</string> </key>
<value>
<list>
<string>SaleOrder_triggerAlarm</string>
</list>
<tuple/>
</value>
</item>
<item>
......
828
\ No newline at end of file
829
\ 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