mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
show x instead of 1 or 0 for boolean field in export
This commit is contained in:
parent
7c8ac8cfcb
commit
9913938c1b
@ -124,7 +124,7 @@ class ListActivity implements ListInterface, GroupedExportInterface
|
||||
return 'attendee';
|
||||
}
|
||||
|
||||
return $value ? 1 : 0;
|
||||
return $value ? 'X' : '';
|
||||
};
|
||||
|
||||
case 'list_reasons':
|
||||
|
Loading…
x
Reference in New Issue
Block a user