i7MEDIA / mojoportal

mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.
https://www.mojoportal.com
Other
197 stars 100 forks source link

Blog Featured Post Doesn't Respect "Is Published" Setting #198

Closed JosephMDavis closed 1 year ago

JosephMDavis commented 1 year ago

The blog isn't respecting the "Is Published" setting so if the "Is Published" setting is not checked but the "Is Featured Post" setting is, the post will be shown. The correct behavior would be to check if "Is Published" is set when saving and if it is not, do not set the "Is Featured Post" option.

JosephMDavis commented 1 year ago

fixed by cdde3a8