show x instead of 1 or 0 for boolean field in export

This commit is contained in:
Julie Lenaerts 2022-11-25 14:19:22 +01:00
parent 7c8ac8cfcb
commit 9913938c1b

View File

@ -124,7 +124,7 @@ class ListActivity implements ListInterface, GroupedExportInterface
return 'attendee';
}
return $value ? 1 : 0;
return $value ? 'X' : '';
};
case 'list_reasons':