Page 1 of 1

Hiding Tabs while rendering data

Posted: Wed Jan 14, 2015 4:07 pm
by digitalphotoworld

Please add something to hide tabs while rendering data.

If we have sensitive data like IBAN or BIC numbers and other stuff, it is not enough to hide a tab via jQuery. At the moment the only solution is to hide each single field with $this->FIELD->Visible = FALSE - but this solution is very cumbersome if you have a lot of fields.

A better solution would be something like $this->tab5->Visible = FALSE.