Kdyby / FormsReplicator

Other
30 stars 57 forks source link

Error with nested containers and add button #20

Closed Majkl578 closed 9 years ago

Majkl578 commented 10 years ago

When having nested containers, adding an add button (->addCreateOnClick()) on outer one issues an error:

Warning strlen() expects parameter 1 to be string, array given
File: .../vendor/kdyby/forms-replicator/src/Kdyby/Replicator/Container.php:417

However ->addCreateOnClick(TRUE) does not.

fprochazka commented 9 years ago

Is this fixed by https://github.com/Kdyby/Replicator/pull/35 ?

matej21 commented 9 years ago

Yes, I think it should be solved now, I've experienced the same error message.

fprochazka commented 9 years ago

Okey, feel free to reopen, if this issue reocurrs.