Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-6029

Add Equella support to the Progress Bar

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 3.0
    • Block: Progress
    • None
    • MOODLE_30_STABLE

      The following entry was referred to me by Adam Barbary.

      /* Added Equella below */
                           'equella' => array(
                  'actions' => array(
                      'viewed' => array (
                          'logstore_legacy'     => "SELECT id
                                                      FROM {log}
                                                     WHERE course = :courseid
                                                      AND module = 'equella'
                                                       AND action = 'view'
                                                       AND cmid = :cmid
                                                       AND userid = :userid",
                          'sql_internal_reader' => "SELECT id
                                                      FROM {log}
                                                     WHERE courseid = :courseid
                                                       AND component = 'mod_equella'
                                                       AND action = 'viewed'
                                                       AND objectid = :eventid
                                                       AND userid = :userid",
                      ),
                  ),
                  'defaultAction' => 'viewed'
              ), /* End Equella */
      

            salvetore Michael de Raadt
            abarbary Adam Barbary
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.