Loading a configuration and saving values to an existing one doesn't actually set the name of the configuration for save_load widget.
Say I have 3 configurations:
A, B and C. If I load A, then select "Save as", and select configuration "C", the method on_save doesn't actually give configuration "C" as an argument to the callback.