lfEnableTab
Description
Enables the given tab.
Parameters
Return Type
None
Example
You can enable the Field Tab from the issue if he assignee is Admin.
if(assignee == "admin") {
lfEnableTab("Field Tab");
}
Enables the given tab.
None
You can enable the Field Tab from the issue if he assignee is Admin.
if(assignee == "admin") {
lfEnableTab("Field Tab");
}