Add view link to user job monitoring page
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 20 Jun 2022 01:45:34 +0000 (13:45 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 20 Jun 2022 01:45:34 +0000 (13:45 +1200)
CRM/Core/DAO/UserJob.php
xml/schema/Core/UserJob.xml

index cfa40550040831b840dfa4654620b828eafcf2ea..51314b1b4393279bf9e2d3c60560f9b7dc8d763c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UserJob.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fc2efbbf7b26018fe3dff0cda44ffa28)
+ * (GenCodeChecksum:dbe7ab7b35b9ebe7f7248cc6385e19b6)
  */
 
 /**
@@ -30,6 +30,15 @@ class CRM_Core_DAO_UserJob extends CRM_Core_DAO {
    */
   public static $_log = FALSE;
 
+  /**
+   * Paths for accessing this entity in the UI.
+   *
+   * @var string[]
+   */
+  protected static $_paths = [
+    'view' => 'civicrm/import/contact/summary?reset=1&user_job_id=[id]',
+  ];
+
   /**
    * Job ID
    *
index dd01a2e79184596e2633c47a7aedc1338fbfbef1..629098ade36e7882d98c3856bdd80166f0a16028 100644 (file)
@@ -7,6 +7,9 @@
   <comment>Tracking for user jobs (eg. imports).</comment>
   <add>5.50</add>
   <log>false</log>
+  <paths>
+    <view>civicrm/import/contact/summary?reset=1&amp;user_job_id=[id]</view>
+  </paths>
   <field>
     <name>id</name>
     <title>User Job ID</title>