U4-2416 Missing colon in file ListChildPagesOrderedByProperty causes Web site not to run
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
@* Get the property alias we want to filter on from the macro parameter *@
|
||||
var propertyAlias = Parameter.propertyAlias;
|
||||
var selection = Model.Children.Where("Visible").OrderBy(propertyAlias)
|
||||
var selection = Model.Children.Where("Visible").OrderBy(propertyAlias);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user