Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

lfHideTab(field)

Description

Excerpt
Hides the given tab.
Note

This routine only handles field tab and tabs defined by the user. If you want to hide the tabs from Activity panel, see lfHide routine.


Parameters

ParameterTypeRequiredDescription
fieldStringYesSpecifies the tab to hide.

Example

If the assignee is not admin, hide the Field Tab from the issue.

...

Now that the field is hidden, you can use lfShowTab to display it on the issue screen. 


Warning
titleHiding fields and security

Hiding fields on the screen is not secure ! This is not a security solution, the field is present in HTML and can still be inspected via a simple "Show page source".

This feature is only used to put some logic in the screen !

...


See Also:

Filter by label (Content by label)
max35
cqllabel = "live_fields_routines"