CRM-15735 fix - Update payment status for pay-later membership renewal ignores Receiv...
[civicrm-core.git] / xml / schema / Core / Navigation.xml
index 8efe8f555c332209f1b193922dd8da9115d1e2a3..0dcdf824850cee14053cc041eb7cac85e78db56d 100644 (file)
@@ -7,46 +7,46 @@
   <comment>Table to store navigation.</comment>
   <add>3.0</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <add>3.0</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <add>3.0</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-      <name>domain_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <pseudoconstant>
-          <table>civicrm_domain</table>
-          <keyColumn>id</keyColumn>
-          <labelColumn>name</labelColumn>
-      </pseudoconstant>
-      <comment>Which Domain is this navigation item for</comment>
-      <add>3.0</add>
+    <name>domain_id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <pseudoconstant>
+      <table>civicrm_domain</table>
+      <keyColumn>id</keyColumn>
+      <labelColumn>name</labelColumn>
+    </pseudoconstant>
+    <comment>Which Domain is this navigation item for</comment>
+    <add>3.0</add>
   </field>
   <foreignKey>
-       <name>domain_id</name>
-       <table>civicrm_domain</table>
-       <key>id</key>
-       <add>3.0</add>
+    <name>domain_id</name>
+    <table>civicrm_domain</table>
+    <key>id</key>
+    <add>3.0</add>
   </foreignKey>
   <field>
-       <name>label</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Navigation Title</comment>
-       <add>3.0</add>
+    <name>label</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Navigation Title</comment>
+    <add>3.0</add>
   </field>
   <field>
-       <name>name</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Internal Name</comment>
-       <add>3.0</add>
+    <name>name</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Internal Name</comment>
+    <add>3.0</add>
   </field>
   <field>
     <name>url</name>
     <add>3.0</add>
   </field>
   <field>
-       <name>permission</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Permission for menu item</comment>
-       <add>3.0</add>
+    <name>permission</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Permission for menu item</comment>
+    <add>3.0</add>
   </field>
   <field>
-       <name>permission_operator</name>
-       <type>varchar</type>
-       <length>3</length>
-       <comment>Permission Operator</comment>
-       <add>3.0</add>
+    <name>permission_operator</name>
+    <type>varchar</type>
+    <length>3</length>
+    <comment>Permission Operator</comment>
+    <add>3.0</add>
   </field>
   <field>
-       <name>parent_id</name>
-       <type>int unsigned</type>
-       <comment>Parent navigation item, used for grouping</comment>
-       <add>3.0</add>
+    <name>parent_id</name>
+    <type>int unsigned</type>
+    <comment>Parent navigation item, used for grouping</comment>
+    <add>3.0</add>
   </field>
   <foreignKey>
-       <name>parent_id</name>
-       <table>civicrm_navigation</table>
-       <key>id</key>
-       <onDelete>CASCADE</onDelete>
-       <add>3.0</add>
+    <name>parent_id</name>
+    <table>civicrm_navigation</table>
+    <key>id</key>
+    <onDelete>CASCADE</onDelete>
+    <add>3.0</add>
   </foreignKey>
   <field>
-       <name>is_active</name>
-       <type>boolean</type>
-       <comment>Is this navigation item active?</comment>
-       <add>3.0</add>
+    <name>is_active</name>
+    <type>boolean</type>
+    <comment>Is this navigation item active?</comment>
+    <add>3.0</add>
   </field>
   <field>
-       <name>has_separator</name>
-       <type>boolean</type>
-       <comment>If separator needs to be added after this menu item</comment>
-       <add>3.0</add>
+    <name>has_separator</name>
+    <type>boolean</type>
+    <comment>If separator needs to be added after this menu item</comment>
+    <add>3.0</add>
   </field>
   <field>
     <name>weight</name>
+    <title>Order</title>
     <type>int</type>
     <comment>Ordering of the navigation items in various blocks.</comment>
     <add>3.0</add>