Feature #3684
Add default visibility option for courses
Complexity:
Normal
SCRUM pts - complexity:
?
Description
In settings_current, add setting courses_default_creation_visibility with four options:
- public
- open
- private
- closed
(same settings as the courses visibility).
In the course creation process, recover this setting to set the initial course visibility.
Associated revisions
Removing $defaultVisibilityForANewCourse variable use the platform setting instead see #3684
History
Updated by Yannick Warnier over 9 years ago
Ver http://code.google.com/p/chamilo/source/detail?r=88f04a8a53919478729ae827981f2e9a9fdef865&repo=classic (para la opción que usar en la llamada a la función)
Updated by Julio Montoya almost 9 years ago
- Status changed from New to Needs more info
- % Done changed from 0 to 80
There is a variable in the add_course_conf.dist.php called
$defaultVisibilityForANewCourse
that do the same thing, now I added the new variable in the database so it can be dynamically changed
see
Updated by Yannick Warnier almost 9 years ago
- Status changed from Needs more info to Assigned
- Assignee set to Julio Montoya
OK, then the variable in the file should be removed, and then you can close the task.
Updated by Julio Montoya almost 9 years ago
- Status changed from Assigned to Bug resolved
- Assignee deleted (
Julio Montoya) - % Done changed from 80 to 100
Variable removed
Adding the "courses_default_creation_visibility" platform setting see #3684