Versions Compared

Key

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

This routine is available since 

JJUPIN

starting with 

  1. Power Scripts 2.5.12 + / 2.6.7 +(server)
  2. SIL Engine (former katl-commons) 2.5.16 + / 2.6.8+

Syntax

lfHideTab(field)

Description

Excerpt
Hides the

...

specified tab.

...

note

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

Warning
titleHiding fields and security

Hiding fields is not a security solution, the field is present in HTML and can still be inspected via a Show page source option.

We recommend that you use this routine only for the cases when you want to add certain logic on the screen only.

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.

 

...

See also

Filter by label (Content by label)
showLabelsfalse
max35
showSpacefalse
sorttitle

...

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 !

 

...

cqllabel = "lf_routines"