Update 5.15.1

Fix: Error when trying to cascade delete rows when the related table is a view.

Fix: When checking out from dashboard cart.

Update 5.15.0

New: ValueDefinitionAttribute.FilterMenuGrouping is used to group items in the filter menu. For example, grouping on Article.Issue might be [IssueYear] desc or grouping on User.Region might be [CountryName], [StateName]. Note: the group column names must exist on the table of the column filtering by. For example, CountryName and StateName must also exist on the Users table.

New: ValueDefinitionAttribute.FilterMenuSortAscending is used to sort items in the filter menu. True = Ascending and False = Descending.

New: Add calculated property Article.IssueYear which is used to group issues in filter menu.

Fix: EnumerationDefinitionAttribute.DefaultValue produced an error when enumeration name like Now could be evaluated.

Update 5.14.0

New: The following properties were created on the website and group objects to return published articles visible to the current user.

  • VisibleServiceTimes with filename servicetimes

New: Filter functions on visible service times.

  • Upcoming
  • Past
  • FilterByCategory
  • FilterByCountry
  • FilterByState
  • FilterByRegion

New: When specifying users for a booking the system can now ask for additional information for each user such as Dietary Requirements. You can specify the name of that additional information in Service.BookingAdditionalInformation.

New: CartItems.HasSubscriptions and CartItem.IsSubscription.

New: You can now set BusinessCollection.ItemsPerPage to zero.

Fix: Breadcrumbs filter expression were showing the values instead of the formatted display text.

Fix: Membership.Subscription set where possible and Membership.AutoRenew set on.

Fix: Pages moved to templates have wrong item type.

Fix: Several speed issues when requesting a page.

Fix: User.Industry was a readonly property.

Fix: Disposal of business object when processing a return value.

Fix: Articles.FilterByIssue.

Fix: FilterExpression.ToString.

Fix: ValueDefinitionAttribute.CreateFilterMenu.

Fix: EnumerationDefinitionAttribute.DefaultValue.

Fix: GenerateHTMLSearchControl when using short-cut paths.

Fix: Styles for search-control.

Fix: Styling issues in CartItems.ConfirmOrder.

Fix: Styling for readonly HTML control.