Difference between revisions of "Field:own task@OnboardingOffboardingElements"
(Created page with "{{Field-infobox |Field-name=own_task |Field-module=OnboardingOffboardingElements |Field-type=bool |Field-label=Own Task |Field-vname=LBL_OWN_TASK |Field-required=No |Field-edi...") |
Kurkiewiczk (talk | contribs) |
||
Line 13: | Line 13: | ||
|Field-unified-search=No | |Field-unified-search=No | ||
|Field-auditable=Yes | |Field-auditable=Yes | ||
− | |||
− | |||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |||
}} | }} | ||
− | |||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
Line 56: | Line 52: | ||
[[Missing::Missing User input]] | [[Missing::Missing User input]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 16:30, 14 January 2020
Onboarding/Offboarding Elements - Own Task | |
---|---|
Name | own_task |
Module | Onboarding/Offboarding Elements |
Type | bool |
Label | Own Task |
VName | LBL_OWN_TASK |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Own Task checkbox | Miscellaneous | Own Task | Related User | [[Module:Onboarding/Offboarding Elements|]] |
Location and Code definition
modules/OnboardingOffboardingElements/vardefs.php
'own_task' => array( 'required' => false, 'name' => 'own_task', 'vname' => 'LBL_OWN_TASK', 'type' => 'bool', 'massupdate' => 0, 'default' => '0', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'enabled', 'duplicate_merge_dom_value' => '1', 'audited' => true, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'vt_dependency' => "equals(\$type,'task')" ),
Missing User input
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Own Task checkbox | Miscellaneous | Own Task | Related User | [[Module:Onboarding/Offboarding Elements|]] |