Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-13022

Add connection action in history

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Inactive
    • Icon: Minor Minor
    • None
    • 1.8.4
    • Authentication
    • None
    • N/A
    • MOODLE_18_STABLE
    • donal

      I have slightly modified the list of actions to be reported in site history to include the list of "daily connexions".

      This requires adding a line in course/report/lig/lib.php in the action array definition :

      // Prepare the list of action options.
      $actions = array(
      'login'=>get_string('login'), <--- add this line
      'view' => get_string('view'),
      'add' => get_string('add'),
      'update' => get_string('update'),
      'delete' => get_string('delete'),
      '-view' => get_string('allchanges')
      );

            Unassigned Unassigned
            ppollet Patrick Pollet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

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