N°2847 Remove RichText from preferences

This commit is contained in:
Stephen Abello
2020-10-07 11:36:44 +02:00
parent 157e0a6915
commit e89afa163e

View File

@@ -481,9 +481,6 @@ function GetUserLanguageForm(ApplicationContext $oAppContext, string $sURL): For
// - Submit button
$oUserLanguageSubmitButton = ButtonFactory::MakeForValidationAction(Dict::S('UI:Button:Apply'), null, null, true);
$oUserLanguageForm->AddSubBlock($oUserLanguageSubmitButton);
$oTestRichText = new RichText();
$oUserLanguageForm->AddSubBlock($oTestRichText);
return $oUserLanguageForm;
}