mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
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:
parent
885aba5944
commit
4aa0d5a1e1
@ -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"/>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user