Project

General

Profile

Task #92971

Updated by Sebastian Michaelsen over 3 years ago

@EditDocumentController->languageSwitch()@ generates generated 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 there should be an early return for that case.

Back