All droplists actually empty and editing impossible in V10

Also, there is a bunch of deprecated calls. I've fixed that by changing logger.info('Loading translations for ${module.data.name}.') to logger.info('Loading translations for ${module.id}.') in EditingDialogue.js
All droplists actually empty and editing impossible in V10

Also, there is a bunch of deprecated calls. I've fixed that by changing
logger.info('Loading translations for ${module.data.name}.')tologger.info('Loading translations for ${module.id}.')in EditingDialogue.js