BUG: add fix for room deletion with attached sub rooms

This commit is contained in:
Ivymaster
2026-05-20 13:18:16 +02:00
parent 363cb90019
commit 48b836c466
2 changed files with 29 additions and 2 deletions
+20
View File
@@ -58877,6 +58877,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_existingSubRoomsForRoomUponDeletion',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Es gibt bestehende Unterräume für diesen Raum. Bitte entfernen Sie die Unterräume, bevor Sie den Raum löschen.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'There are existing sub-rooms for this room. Please remove the sub-rooms before deleting the room.',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',