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.
Updated by krileon about 12 years ago
Seams to be due to tabsFetch failing IF checks. This should remove the tab entirely (including its fields) to avoid such errors.
Updated by krileon about 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
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.
Actions