You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overall this ticket should make sure that pre-15.1.0 (before User DisplayName) should return the same as 15.1.0 (where FieldSetup API call adds Events and BackgroundTask).
DATETIMEKIND fields are removed from the ISHEvent FieldDefinitions and pester tests are aligned accordingly.
Compare-IshTypeFieldDefinition -LeftIshSession $ishSession1404 -RightIshSession $ishSession1501 -IncludeIdentical | Out-GridView compare an 14.0.4/15.0.0 to 15.1.0 should highlight the table changes of BackgroundTask and Events that happened to cover 15.1's introduction of User DisplayName
Matching Pester Tests
The text was updated successfully, but these errors were encountered:
Similar change to #185 ... just making Pester test count match up with actual count from soon-to-be-released Tridion Docs 15.1/15.1.0
ArianArt
changed the title
ISHRemote Get-IshTypeFieldDefinition sees Event progress and detail column DATETIMEKIND
Get-IshTypeFieldDefinition returns Event progress and detail column DATETIMEKIND
May 13, 2024
Overall this ticket should make sure that pre-15.1.0 (before User DisplayName) should return the same as 15.1.0 (where FieldSetup API call adds Events and BackgroundTask).
Compare-IshTypeFieldDefinition -LeftIshSession $ishSession1404 -RightIshSession $ishSession1501 -IncludeIdentical | Out-GridView
compare an 14.0.4/15.0.0 to 15.1.0 should highlight the table changes of BackgroundTask and Events that happened to cover 15.1's introduction of User DisplayNameThe text was updated successfully, but these errors were encountered: