Liam
Liam
## Description This pull request enhances the export contacts feature by adding a confirmation step before exporting. Previously, clicking the export button would trigger the export action without confirmation. Additionally,...
On the contacts page, when the export button is used, there should ideally be a confirmation dialog. Additionally, the current export functionality emails all administrators, whereas I expected it to...
``` /** * Retrieves all entities by name * * @param string $entityName * @param int $pageNumber * @param int $pageSize * @return array Returns an array of entities of...