N°5563 Fix setup crash when notices enabled and invalid edit_mode value

This commit is contained in:
Pierre Goiffon
2022-11-22 09:56:31 +01:00
parent 4ff82f5c12
commit 1a7b3f0631

View File

@@ -1037,6 +1037,7 @@ class iTopDesignFormat
case 'add_only':
case 'add_remove':
case 'actions':
default:
$sRelationType = 'link';
$sReadOnly = 'false';
break;