Actions
Bug #3681
closedHiding a tab with required fields is failing to clear required flag
Description
When you've a tab set to be hidden and it has required fields on it the required flag (in PHP) isn't removed.
Actions
Added by krileon over 12 years ago. Updated over 12 years ago.
Description
When you've a tab set to be hidden and it has required fields on it the required flag (in PHP) isn't removed.
Seams to be due to tabsFetch failing IF checks. This should remove the tab entirely (including its fields) to avoid such errors.
Solution was to on POST in fieldsFetch parse a tabs display status. If hidden then add to the conditional hide array to remove the field.