Project

General

Profile

Task #92971

Updated by Sebastian Michaelsen over 3 years ago

@EditDocumentController->languageSwitch()@ generates the language dropdown menu in the backend record edit form. 

 When creating a new record, the result is always that no dropdown form is displayed. 

 However also for new records the function performs DB queries and runs a lot of code. Instead it there should not be called in this an early return for that case.

Back