Problem/Motivation
Both course types (basic_course and advanced_course) are displaying two Revisions tabs, which is actually a bug caused by the Group module itself: #3397063: Drupal 10.1: Revisions tab appears twice on Groups. The issue is already fixed, but no release was published ATM.
Steps to reproduce
- Add a new course group (either Basic or Advanced)
- Navigate to any the course's Stream section
You should see two Revisions tabs:

Proposed resolution
Given that the Course should not have revisions at all, according to the product's vision, the solution is to simply disable the revision feature for those types.
We should make sure this fix is applied to both new and existing courses, and for both types (basic and advanced).
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | social_course-disable_revisions_for_basic_and_advanced_courses-3432833-2.patch | 2.51 KB | tregismoreira |
| image-20240215-123552.png | 294.96 KB | tregismoreira |
Issue fork social_course-3432833
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tregismoreira commentedComment #5
ribelMR was tested and release in version 5.2.0
Thank you!
Comment #6
ribel