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
Digital Signature: Hide digital signature inputs from user settings
Since Collabora Online already supports digital signatures via the settings iframe, this patch is intended to only hide the UI inputs. The related variables will still be sent to Online through checkfileinfo, and migration cases will be handled as well.
Online PR: CollaboraOnline/online#12913
Signed-off-by: codewithvk <vivek.javiya@collabora.com>
:label="t('richdocuments', 'Enter document signing CA chain')"
57
-
@save="val=>setDocumentSigningCa(val)"
58
-
@remove="() =>setDocumentSigningCa('')" />
59
-
<p>
60
-
<em>
61
-
{{ t('richdocuments', 'To use document signing, specify your signing certificate, key and CA chain here.') }}
62
-
</em>
63
-
</p>
64
-
</div>
65
-
</template>
66
-
<pv-else>
67
-
<em>
68
-
{{ t('richdocuments', 'This instance does not support document signing, because the feature is missing or disabled. Please contact the administrator.') }}
0 commit comments