-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.5.2
-
Fix Version/s: 10.5.3
-
Labels:None
-
Funded by:
Currently its not possible to configure a Course Node as deprecated (in contrast to enabled) as the isDeprecated function can only be overridden by the implementing Class (like in the TACourseNodeConfiguration) and the AbstractCourseNodeConfiguration always returns false.
In the case of the old bps Checklist we'd prefer to be able to configure this and the attached patch makes it possible for all CourseNodeConfigurations extending the AbstractCourseNodeConfiguration.