Search / inactive request list paginate

Also:
- Fixed a verbiage error with the confirmation prompts
- Split the I18N for the maintain requests page into its own localized view
This commit is contained in:
Daniel J. Summers
2019-03-16 18:58:17 -05:00
parent 215325f6fb
commit ef4f82cf9d
15 changed files with 341 additions and 70 deletions

View File

@@ -1,10 +1,9 @@
module PrayerTracker.Entities.EntitiesTests
open Expecto
open System
open System.Linq
open NodaTime.Testing
open NodaTime
open System
[<Tests>]
let churchTests =
@@ -45,6 +44,7 @@ let listPreferencesTests =
Expect.isFalse mt.isPublic "The isPublic flag should not have been set"
Expect.equal mt.timeZoneId "America/Denver" "The default time zone should have been America/Denver"
Expect.equal mt.timeZone.timeZoneId "" "The default preferences should have included an empty time zone"
Expect.equal mt.pageSize 100 "The default page size should have been 100"
}
]