gocodebox / gocodebox/lifterlms
Unable to set instructor for lesson
- Dominant language
- PHP
- Stars
- 212
- Forks
- 140
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 19
Description
### 1. Reproduction Steps
Try to change the author/instructor of a lesson with the new editor (Gutenberg). If the WordPress installation has only one administrator and all instructors it does not show the Author dropdown. I know that it was a REST API problem and even if it [seems solved](https://core.trac.wordpress.org/ticket/42202) it does not work as expected.
I [saw](https://github.com/gocodebox/lifterlms/blob/master/includes/class.llms.roles.php#L201) that you added `edit_posts` to the instructor role but this do not solve the problem, maybe is for this that you created the LifterLMS sidebar inside the editor.
### 2. Expected Behavior
I would like to be able to change/add instructor for lessons, the LifterLMS sidebar in the course screen will be perfect!
### 3. Actual Behavior
I do not have any author dropdown, the only way to have it *with* tha instructors is to give them also the author role because it looks like WordPress 5.0.3 does not have solve this issue yet.
### 4. Error Messages / Logs
No error messages only a missing feature.
Contributor guide
Assessment
This issue has not been assessed yet.