mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
System: Trust: Certificates - work in progress for https://github.com/opnsense/core/issues/7248
valid_from, valid_to should be volatile text fields
This commit is contained in:
parent
691e782673
commit
5db37c89ec
@ -43,8 +43,8 @@
|
||||
<altnames_email type="TextField" volatile="true">
|
||||
<Mask>/^[^\x00-\x08\x0b\x0c\x0e-\x1f]*$/</Mask>
|
||||
</altnames_email>
|
||||
<valid_from type="EmailField"/>
|
||||
<valid_to type="EmailField"/>
|
||||
<valid_from type="TextField" volatile="true"/>
|
||||
<valid_to type="TextField" volatile="true"/>
|
||||
</cert>
|
||||
</items>
|
||||
</model>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user