Skip to content
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

Enable / disable RSS feed per list #12677

Merged
merged 13 commits into from Nov 10, 2022
Merged

Enable / disable RSS feed per list #12677

merged 13 commits into from Nov 10, 2022

Conversation

hishamco
Copy link
Member

Fixes #12650

@hishamco hishamco added this to the 1.x milestone Oct 21, 2022
@hishamco hishamco marked this pull request as ready for review October 22, 2022 08:50
@hishamco
Copy link
Member Author

/cc @MikeKry

@MikeKry
Copy link
Contributor

MikeKry commented Oct 26, 2022

@hishamco

Added one comment, otherwise it looks ok. Good work :)

@hishamco hishamco requested a review from MikeKry November 2, 2022 22:44
@hishamco
Copy link
Member Author

hishamco commented Nov 2, 2022

@sebastienros the PR is ready to merge

@sebastienros
Copy link
Member

@hishamco we made some changes during triage, let us know if you are fine with them

@hishamco
Copy link
Member Author

hishamco commented Nov 3, 2022

I will check ASAP ..

@hishamco
Copy link
Member Author

hishamco commented Nov 3, 2022

@sebastienros if you fine with above comments I will push the changes

{
/// <summary>
/// Used to gather custom Feed properties for a content item.
/// </summary>
public class FeedMetadata
{
public bool DisableRssFeed { get; set; }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We come back to EnableRssFeed ;)

DisableRssFeed == false <=> EnableRssFeed

@hishamco hishamco merged commit 3aae89e into main Nov 10, 2022
@hishamco hishamco deleted the hishamco/enable-disable-feed branch November 10, 2022 09:04
@hishamco hishamco modified the milestones: 1.x, 1.6 Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lists - RSS feeds should be optional
4 participants