Results 91 comments of Brian Hogg

@ideadude Digging into this, the actual behavior should likely be to have three webhooks fired (once for each course), plus potentially another webhook for `[ student_id, membership_id ]`. An attempt...

Closing to add as an idea and possible future cycle pitch.

Closing to add as an idea and possible future cycle pitch.

There's a chance this was removed due to a conflict with Yoast via #1539 , though without `data-attribute="title"` added in includes/admin/views/builder/course.php I'm not seeing how it would try to save.

Branch: https://github.com/gocodebox/lifterlms/tree/fix/course-builder-title-edit

The webhooks attempt to get the data for the webhook using the resource and action (ie. `order` and `created`). This translates to `/llms/v1/orders/` which is not currently an endpoint in...

This also applies to any order-related webhook since there's no orders endpoints at all. Same with transactions. I edited the title to include both. If we can add both at...

At some point an actual draft of the auto draft needs to be saved. Perhaps when the course builder is launched, if it's an auto draft, the course can be...

Was supposed to be fixed in 7.6.0, but it seems to still be showing Auto Draft on initial load of the course builder. Going back then going back into the...

The issue is the global `$post` wasn't reloaded after changing the course title to New Course. PR to fix #2642