Skip to content

Commit fd944a2

Browse files
committed
Add instructions about course portfolio activation to main/install/configuration.dist.php
1 parent 3a00810 commit fd944a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main/install/configuration.dist.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,10 @@
847847
ALTER TABLE portfolio_category ADD CONSTRAINT FK_7AC64359A76ED395 FOREIGN KEY (user_id) REFERENCES user (id);
848848
INSERT INTO settings_current(variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable) VALUES('course_create_active_tools','portfolio','checkbox','Tools','true','CourseCreateActiveToolsTitle','CourseCreateActiveToolsComment',NULL,'Portfolio', 0);
849849
*/
850+
// In 1.11.8, before enabling this feature, you also need to:
851+
// - edit src/Chamilo/CoreBundle/Entity/Portfolio.php and PortfolioCategory.php
852+
// and follow the instructions about the @ORM\Entity() line
853+
// - launch composer install to rebuild the autoload.php
850854
//$_configuration['allow_portfolio_tool'] = false;
851855

852856
// Enable best score column in gradebook. Previously called disable_gradebook_stats

0 commit comments

Comments
 (0)