System/Trust: Make description in Trust required (#7403)

* Make description in Trust required, since it is used to display the certificate in many parts of the system.

* Revert model version bump to 1.0.0
This commit is contained in:
Monviech 2024-04-22 15:39:35 +02:00 committed by GitHub
parent 885aba5944
commit 4aa0d5a1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,9 @@
<items>
<ca type=".\CAsField">
<refid type="TextField"/>
<descr type="DescriptionField"/>
<descr type="DescriptionField">
<Required>Y</Required>
</descr>
<crt type="TextField"/>
<prv type="TextField"/>
<serial type="IntegerField"/>

View File

@ -4,7 +4,9 @@
<items>
<cert type=".\CertificatesField">
<refid type="TextField"/>
<descr type="DescriptionField"/>
<descr type="DescriptionField">
<Required>Y</Required>
</descr>
<caref type="CertificateField">
<type>ca</type>
<BlankDesc>self-signed</BlankDesc>