Enotice fix
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 5 Jul 2022 20:46:05 +0000 (08:46 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 5 Jul 2022 20:47:30 +0000 (08:47 +1200)
CRM/Admin/Page/Mapping.php

index 1e9d326e543088abddda49a74895ccaef1bbe4d1..eb3e596e36a31aadb4e5cefe89879f52f9a96b5a 100644 (file)
@@ -127,4 +127,13 @@ class CRM_Admin_Page_Mapping extends CRM_Core_Page_Basic {
     return parent::run(NULL, NULL, $sort);
   }
 
+  /**
+   * Get any properties that should always be present in each row (null if no value).
+   *
+   * @return array
+   */
+  protected function getExpectedRowProperties(): array {
+    return ['description'];
+  }
+
 }