RED-3749 - remove digital signature property revert
This commit is contained in:
parent
2e20443f06
commit
1d06a845e1
@ -19,7 +19,6 @@ export class SystemPreferencesFormComponent extends BaseFormComponent {
|
||||
{ name: 'softDeleteCleanupTime', type: 'number' },
|
||||
{ name: 'downloadCleanupDownloadFilesHours', type: 'number' },
|
||||
{ name: 'downloadCleanupNotDownloadFilesHours', type: 'number' },
|
||||
{ name: 'removeDigitalSignaturesOnUpload', type: 'boolean' },
|
||||
];
|
||||
private _initialConfiguration: SystemPreferences;
|
||||
|
||||
|
||||
@ -2,5 +2,4 @@ export interface SystemPreferences {
|
||||
softDeleteCleanupTime: number;
|
||||
downloadCleanupDownloadFilesHours: number;
|
||||
downloadCleanupNotDownloadFilesHours: number;
|
||||
removeDigitalSignaturesOnUpload: boolean;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user