As I'm refactoring the testing I realise that the keybindings for adding relations no longer work - they got lost as init_types got nuked for the relations menu. What's needed is to populate the type_keys array with the proper members, or to refactor a few lines in ui.js to just look in type_conf directly (or same for meta_keys/meta_conf).
As I'm refactoring the testing I realise that the keybindings for adding relations no longer work - they got lost as
init_types
got nuked for the relations menu. What's needed is to populate thetype_keys
array with the proper members, or to refactor a few lines inui.js
to just look intype_conf
directly (or same formeta_keys
/meta_conf
).