Skip to content
Snippets Groups Projects
Commit 26d04d59 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #21833 TIME 0:10 full folder selected by default

parent 15718ccb
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ export class SearchComponent implements OnInit {
async openPromptProof(item: any) {
const proof: any[] = [
{
name: 'option1',
name: 'proof',
type: 'radio',
label: this.translate.instant('lang.proof'),
value: 'onlyProof',
......@@ -413,18 +413,18 @@ export class SearchComponent implements OnInit {
header: this.translate.instant('lang.download'),
inputs: item.status !== 'HARD_DEL' ? [
{
name: 'option1',
name: 'completeFolder',
type: 'radio',
label: this.translate.instant('lang.proof'),
value: 'onlyProof',
label: this.translate.instant('lang.completeFolder'),
value: 'all',
checked: true
},
{
name: 'option1',
name: 'proof',
type: 'radio',
label: this.translate.instant('lang.completeFolder'),
value: 'all',
},
label: this.translate.instant('lang.proof'),
value: 'onlyProof',
}
] : proof,
buttons: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment