I loaded in b6 and all my forms that use form inheritance went completely wacky.
- I commented out a line in a method that is a child form and all the form variables at the top of the .js file got replaced with a copy of all the methods that are in the parent form causing all kinds of errors about duplicated methods and UUID’s (good thing I use subversion).
- Also now on the list of methods for the parent form (the area that used to be called the “outline” in 3.5) all the parent forms methods have the name of one of the child form appended to the end in square brackets - the complete reverse of how it is supposed to be.
- Some of the child forms methods are displaying like the above mentioned parent form, except rather than showing the parent form name in the square brackets, they are displaying some other child forms name.
Is there a way to revert to b5?