• Resolved lymnik

    (@lymnik)


    There is a problem when we try to change the enrollment state using the enrollment list in the WordPress Backend. Using Chrome it works, on FireFox it doesn’t. Unfortunately a colleague of ours cannot use the feature at all. We have deactivated all Plugins and even switched to a standard theme, the problem still persisted.

    While testing we noticed the hook wp_ajax_tutor_enrollment_bulk_action is not even fired using Firefox. While debugging we noticed the following in the file tutor-admin.js: Clicking on the button “tutor-confirm-bulk-action” a submit element is added to the form tutor-admin-bulk-action-form and clicked immediatly. After that all necessary data is collected in order to start an ajax-request and update the enrollment state. After that the page is reloaded. That’s fine. But, we noticed there is another page reload going on, interrupting the previously described event and preventing the ajax request from taking effect.

    Currently we are using the following Plugin Versions:
    Tutor LMS: 3.8.0
    Tutor LMS Pro: 3.0.2
    Tutor LMS Certificate Builder: 1.2.1

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Updateing enrollment status doesn’t work’ is closed to new replies.