Skip to content

Commit

Permalink
Portfolio: [Minor] updating configuration for the 2 other class to ac…
Browse files Browse the repository at this point in the history
…tivate for all the functionalities to work -refs BT#19973
  • Loading branch information
NicoDucou committed Jul 12, 2022
1 parent 8292940 commit 8f3a8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/install/configuration.dist.php
Expand Up @@ -1054,7 +1054,7 @@
ALTER TABLE portfolio_category ADD parent_id INT(11) NOT NULL DEFAULT 0;
*/
// In 1.11.8, before enabling this feature, you also need to:
// - edit src/Chamilo/CoreBundle/Entity/Portfolio.php and PortfolioCategory.php
// - edit src/Chamilo/CoreBundle/Entity/Portfolio.php, PortfolioCategory.php, PortfolioAttachment.php and PortfolioComment.php
// and follow the instructions about the @ORM\Entity() line
// - launch composer install to rebuild the autoload.php
//$_configuration['allow_portfolio_tool'] = false;
Expand Down

0 comments on commit 8f3a8dd

Please sign in to comment.