forms-multiplier icon indicating copy to clipboard operation
forms-multiplier copied to clipboard

Nested multiplier bugs

Open LiborSitek opened this issue 4 years ago • 2 comments

Hi, I use nested multiplier in another multiplier, where both multipliers (inner and outer) have been set the copy number to 1 (default) and I found 2 bugs:

  • The nested (inner) multiplier has container containing inputs with some defaultValues set by BaseControl::setDefaultValue(). However, when I add a new copy by multiplier submit create button, the inputs of the new copy does not have its default values filled (only the first default copy does have)

  • When I add a new copy of the outer multiplier by its submit create button, the inner multiplier of the new outer multiplier copy does not have created its default copy (like the copy number being ignored), however the first default copy of the outer multiplier does have its outer multiplier with its default copy created

LiborSitek avatar Nov 11 '20 17:11 LiborSitek

I believe that pull request #59 fixes both of the problems.

Kocicak avatar Dec 02 '20 08:12 Kocicak

I believe that pull request #59 fixes both of the problems.

Correct

Stancek avatar Apr 04 '23 11:04 Stancek