The group name is not correctly displayed when searching participant by e-mail
var myGroups = {
no_organization: 'No organization',
earth_focus_foundation: 'Earth Focus Foundation',
greenpeace: 'Greenpeace',
syfc: 'SYfC',
wwf: 'WWF'
};
We are showing the fields (syfc and no_organisation), instead of (SYfC, No organization)
The group name is not correctly displayed when searching participant by e-mail var myGroups = { no_organization: 'No organization', earth_focus_foundation: 'Earth Focus Foundation', greenpeace: 'Greenpeace', syfc: 'SYfC', wwf: 'WWF' };
We are showing the fields (syfc and no_organisation), instead of (SYfC, No organization)