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:
Elitsa Marinovska
2023-01-18 12:28:54 +01:00
committed by GitHub
parent de8e307295
commit 2c8927c2e9
32 changed files with 55 additions and 55 deletions

View File

@@ -29,7 +29,7 @@ public static class PublishedElementExtensions
return model.Value(publishedValueFallback, alias, culture, segment, fallback, defaultValue);
}
// fixme that one should be public so ppl can use it
// TODO: that one should be public so ppl can use it
private static string GetAlias<TModel, TValue>(TModel model, Expression<Func<TModel, TValue>> property)
{
if (property.NodeType != ExpressionType.Lambda)