Rename old FIXME to TODO (#13646)
* Rename old FIXME to TODO, so we can track new FIXME starting v13 * Remove empty TODO
This commit is contained in:
committed by
GitHub
parent
de8e307295
commit
2c8927c2e9
@@ -51,9 +51,9 @@ public static class PublishedModelUtility
|
||||
IPublishedContentType contentType,
|
||||
Expression<Func<TModel, TValue>> selector)
|
||||
|
||||
// where TModel : PublishedContentModel // fixme PublishedContentModel _or_ PublishedElementModel
|
||||
// where TModel : PublishedContentModel // TODO: PublishedContentModel _or_ PublishedElementModel
|
||||
{
|
||||
// fixme therefore, missing a check on TModel here
|
||||
// TODO therefore, missing a check on TModel here
|
||||
if (selector.Body is not MemberExpression expr)
|
||||
{
|
||||
throw new ArgumentException("Not a property expression.", nameof(selector));
|
||||
|
||||
Reference in New Issue
Block a user