Added some missing defaults and bumped test version to 7.2.7.7

This commit is contained in:
Daniel Schick 2025-03-14 08:06:12 +01:00
parent b7f0108f52
commit e50d165dc3
3 changed files with 4 additions and 4 deletions

View File

@ -36,8 +36,8 @@
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.html</WebPage>
<ApplicationRevision>6</ApplicationRevision>
<ApplicationVersion>7.2.7.6</ApplicationVersion>
<ApplicationRevision>7</ApplicationRevision>
<ApplicationVersion>7.2.7.7</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>

View File

@ -155,7 +155,7 @@ namespace bsmd.database
[ShowReport]
[ENI2Validation]
public bool? SpecRef15_19 { get; set; }
public bool? SpecRef15_19 { get; set; } = false;
[ShowReport]
[MaxLength(255)]

View File

@ -119,7 +119,7 @@ namespace bsmd.database
[ReportDisplayName("In transit")]
[Validation(ValidationCode.NOT_NULL)]
[ENI2Validation]
public bool? PassengerInTransit { get; set; }
public bool? PassengerInTransit { get; set; } = false;
[ShowReport]
[ReportDisplayName("Issuing state")]