In my opinion, if you specify the parameter (`load_dialog_vars_from_db($ci)`) the module should "append" the specified dialog in the dialog memory and handle it . If you don't specify anything, method `load_dialog_vars_from_db(); ` should : - delete all dialogs in memory first - restore dialogs from db to memory
There could be a third option , if needed by someone, to load all missing dialogs or load dialogs matching a particular regex rule
Actually we're dealing with sql_query and $dlg_vars with "not mine" dialogs in a distributed containerized environment (orchestrated by kubernetes), but yes, it is a workaround.