Extended Array Table no longer go into refObjects.
Description
With the recent changes to how the refObjects table is used extended array tables (farcry.core.packages.types.arrayTable) no longer get placed into refObjects causing issues looking up the typename. This can be seen in the FarCry CMS Handpicked rule. When you go to the second wizard step to select the webskin, it cannot find the type so it throws an error.
This can be fixed by changing bRefObjects="false" to "true".
Is there another reason why extended arrays should NOT be going into refObjects??
With the recent changes to how the refObjects table is used extended array tables (farcry.core.packages.types.arrayTable) no longer get placed into refObjects causing issues looking up the typename. This can be seen in the FarCry CMS Handpicked rule. When you go to the second wizard step to select the webskin, it cannot find the type so it throws an error.
This can be fixed by changing bRefObjects="false" to "true".
Is there another reason why extended arrays should NOT be going into refObjects??