Skip to content

Portfolio: Add portfolio_show_base_course_post_in_sessions conf setting #6001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 24, 2024

Conversation

AngelFQC
Copy link
Member

No description provided.

…ng - refs BT#22232

Show base course posts in session course. Requires DB changes and edit the Portfolio entity adding the "@" symbol to the beginning of ORM\ManyToOne, ORM\JoinColumn, ORM\OneToMany lines for the Portfolio::$duplicatedFrom and Portfolio::$duplicates properties.

ALTER TABLE portfolio ADD duplicated_from INT DEFAULT NULL;
ALTER TABLE portfolio ADD CONSTRAINT FK_A9ED1062FC4CB679 FOREIGN KEY (duplicated_from) REFERENCES portfolio (id) ON DELETE SET NULL;
CREATE INDEX IDX_A9ED1062FC4CB679 ON portfolio (duplicated_from);
…se_course_post_in_sessions is enabled - refs BT#22232
…w_base_course_post_in_sessions is enabled - refs BT#22232
@AngelFQC AngelFQC marked this pull request as ready for review December 23, 2024 22:54
@NicoDucou NicoDucou merged commit 31e06df into chamilo:1.11.x Dec 24, 2024
2 of 4 checks passed
@AngelFQC AngelFQC deleted the BT#22232-2 branch December 26, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants