Adds dynamic filtering to EntityService (post filtering for GetAll) - updated the insert macro dialog to ensure that it only shows macros flagged for the rte when in rte mode, otherwise shows all of them. adds unit tests for dynamic queryable stuff.

This commit is contained in:
Shannon
2013-09-25 13:54:25 +10:00
parent f127d31928
commit 6c9fe2ebd0
10 changed files with 237 additions and 11 deletions

View File

@@ -57,5 +57,7 @@ namespace Umbraco.Core.Dynamics
.Invoke(null, new object[] { source, lambda });
return (IOrderedQueryable<T>)result;
}
}
}