Versions Compared

Key

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

...

Info
titleAvailability

This routine is available since 

  1. JJUPIN 2.5
  2. katl-commons 2.5

Syntax

lfHide(field)

Description

Excerpt
Hides the given field.

Parameters

ParameterTypeRequiredDescription
fieldStringYesSpecifies the field to hide.

Example

If the assignee is not admin, hide the issue type field from the issue.

...

Warning
titleHiding fields and security

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

This Use this feature is only used to put some a certain logic in on the screen !.

Additional Fields

In addition to the Supported fields Fields and graphic elements supported by Live Fields accepted by all Live Fields routines, lfHide can also handle:

...