From e73e3c3db154274abd7c060b27e4403f707cddfb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 28 Sep 2012 10:09:04 +0200
Subject: [PATCH] YAMA: Yet another missing action.

---
 .../Software%20Installation%20Module/view.xml | 83 +++++++++++++++++++
 master/bt5/vifib_base/bt/revision             |  2 +-
 .../vifib_base/bt/template_action_path_list   |  1 +
 3 files changed, 85 insertions(+), 1 deletion(-)
 create mode 100644 master/bt5/vifib_base/ActionTemplateItem/portal_types/Software%20Installation%20Module/view.xml

diff --git a/master/bt5/vifib_base/ActionTemplateItem/portal_types/Software%20Installation%20Module/view.xml b/master/bt5/vifib_base/ActionTemplateItem/portal_types/Software%20Installation%20Module/view.xml
new file mode 100644
index 000000000..67f4dbeff
--- /dev/null
+++ b/master/bt5/vifib_base/ActionTemplateItem/portal_types/Software%20Installation%20Module/view.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>action_type/object_list</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_list</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>view</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Action Information</string> </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>1.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>View</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/SoftwareInstallationModule_viewSoftwareInstallationList</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>
diff --git a/master/bt5/vifib_base/bt/revision b/master/bt5/vifib_base/bt/revision
index 8fc2b1885..e1170b641 100644
--- a/master/bt5/vifib_base/bt/revision
+++ b/master/bt5/vifib_base/bt/revision
@@ -1 +1 @@
-488
\ No newline at end of file
+489
\ No newline at end of file
diff --git a/master/bt5/vifib_base/bt/template_action_path_list b/master/bt5/vifib_base/bt/template_action_path_list
index 9933da7f8..9d2b51fb9 100644
--- a/master/bt5/vifib_base/bt/template_action_path_list
+++ b/master/bt5/vifib_base/bt/template_action_path_list
@@ -6,6 +6,7 @@ Slave Instance | jump_to_software_instance
 Slave Instance | unfiltered_tracking_list
 Slave Instance | view
 Slave Instance | web_view
+Software Installation Module | view
 Software Installation | view
 Software Instance Module | view
 Software Instance | jump_to_software_instance
-- 
2.30.9