Change when form builder tree structured is validated
authorMatthias Schmidt <gravatronics@live.com>
Sun, 24 Feb 2019 16:58:26 +0000 (17:58 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 24 Feb 2019 16:58:26 +0000 (17:58 +0100)
commite1f737076a3125b345b94cd0c6ba7407efaa26c9
tree2c33bc49b6a25bf71812a28a8119bbeab03d7159
parentf78f5bb857b5406ee0e152c4af9074632b0c0eac
Change when form builder tree structured is validated

Instead of directly validating children when they are added, they are now validated when the form is built. At this point in time, the complete form tree is established allowing for a greater varity of validations.

See #2509
wcfsetup/install/files/lib/system/form/builder/FormDocument.class.php
wcfsetup/install/files/lib/system/form/builder/IFormParentNode.class.php
wcfsetup/install/files/lib/system/form/builder/TFormParentNode.class.php