Merge pull request #16584 from eileenmcnaughton/role
[civicrm-core.git] / xml / schema / Core / StatusPreference.xml
index 7f670d3cb35e58d9ad4ae776728a3f4be10d438e..7ae28e74bdbd27397d754e23fc6a93d5b7bbe02f 100644 (file)
@@ -69,6 +69,9 @@
     <comment>Hush messages up to and including this severity.</comment>
     <default>1</default>
     <add>4.7</add>
+    <pseudoconstant>
+      <callback>CRM_Utils_Check::getSeverityList</callback>
+    </pseudoconstant>
   </field>
   <field>
     <name>prefs</name>
     <comment>These values are per-check, and can't be compared across checks.</comment>
     <add>4.7</add>
   </field>
+  <field>
+    <name>is_active</name>
+    <title>Check Is Active</title>
+    <type>boolean</type>
+    <default>1</default>
+    <comment>Is this status check active?</comment>
+    <add>5.19</add>
+  </field>
 </table>