fix(member-events): confirm actions reliably and normalize duplicate titles
This commit is contained in:
@@ -84,7 +84,8 @@ class EventRepository
|
||||
unset($row['id']);
|
||||
|
||||
if (array_key_exists('title', $row)) {
|
||||
$row['title'] = trim((string) $row['title'].' (Kopie)');
|
||||
$normalizedTitle = html_entity_decode((string) $row['title'], ENT_QUOTES | ENT_HTML5, 'UTF-8');
|
||||
$row['title'] = trim($normalizedTitle.' (Kopie)');
|
||||
}
|
||||
|
||||
if (array_key_exists('alias', $row)) {
|
||||
|
||||
Reference in New Issue
Block a user