-
Notifications
You must be signed in to change notification settings - Fork 510
Learning objects management
Yannick Warnier edited this page Dec 21, 2018
·
3 revisions
In Chamilo 1.11.x and previous versions, Chamilo used to manage ownership, visibility and logs in a table called c_item_property.
Apart from this being very inefficient for high numbers of records, this was causing a series of issues in terms of flexibility, so we decided to change this in Chamilo 2.0 and beyond.
What was once c_item_property is now divided between these tables:
- resource_file
- resource_file_audit
- resource_link
- resource_link_audit
- resource_node
- resource_node_audit
- resource_right
- resource_right_audit
- resource_type
- resource_type_audit
-
Home
- Tools and sessions
- Quiz: Importing
- Releases
- Community support strategy
- Translation management
- How to report issues
- Development
- Integration