If you try to have the same form XML used on multiple form, it will fail since on B1SResourceManager the resourceName is used as key to store the form, but during form storage the FormType of that form is changed.
This way, only the last form that is loaded will work.
Right now, even if you need to reuse the XML, you'll need to copy and paste with different names in order to make it work.
If you try to have the same form XML used on multiple form, it will fail since on B1SResourceManager the resourceName is used as key to store the form, but during form storage the FormType of that form is changed.
This way, only the last form that is loaded will work.
Right now, even if you need to reuse the XML, you'll need to copy and paste with different names in order to make it work.