Email addresses disappear

Hi,

every time i use save Beam in code

$ bean-> save ()

I have no more than 2 emails left.
For example, there were 4 emails

$ bean= BeanFactory :: getBean ('my_module', 'guid');
$ bean-> save ();

now only 2 emails

Why do they disappear and how to fix it?

Hi @Ivan1,

Thank you for the feedback. Does it only happens when saving some modules?

I think this is related with a known issue (there is already a fix for it).
Please have a look at the following MR. The fix is very simple, you could try to apply it and see if it fixes the problem.

Hope this helps