Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
de843fb0
Commit
de843fb0
authored
10 years ago
by
Jared Hancock
Browse files
Options
Downloads
Patches
Plain Diff
forms: Add help tip for new Visibility column
parent
e9dfba9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/i18n/en_US/help/tips/forms.yaml
+21
-13
21 additions, 13 deletions
include/i18n/en_US/help/tips/forms.yaml
with
21 additions
and
13 deletions
include/i18n/en_US/help/tips/forms.yaml
+
21
−
13
View file @
de843fb0
...
...
@@ -48,21 +48,29 @@ field_type:
-
title
:
Custom Lists
href
:
/scp/lists.php
field_
internal
:
field_
visibility
:
title
:
Field Visibility
content
:
>
Fields marked internal are hidden from your clients. Use internal
fields to track things which only your staff need to access.
field_required
:
title
:
Data Requirement
content
:
>
Forms that have required fields must have valid data before the form
can be saved. If checked, forms cannot be submitted or saved until all
required fields are satisfied.<br>
<br>
Internal fields can only be required of staff members, since they
are hidden from clients.
Choose a visibility and requirement option for this field.
<table border="1" cellpadding="2px" cellspacing="0" style="margin-top:7px"
><tbody style="vertical-align:top;">
<tr><th>Setting</th>
<th>Result</th></tr>
<tr><td>Optional</td>
<td>Agents and EndUsers can see the field, but neither is required to answer.</td></tr>
<tr><td>Required</td>
<td>Agents and EndUsers can see the field, and both are required to answer</td></tr>
<tr><td>Required for EndUsers</td>
<td>Agents and EndUsers can see the field, only EndUsers are required to answer</td></tr>
<tr><td>Required for Agents</td>
<td>Agents and EndUsers can see the field, only Agents are required to answer</td></tr>
<tr><td>Internal, Optional</td>
<td>Only Agents can see the field, but no answer is required.</td></tr>
<tr><td>Internal, Required</td>
<td>Only Agents can see the field, and an answer is required.</td></tr>
<tr><td>For EndUsers Only</td>
<td>Only EndUsers can see the field, and an answer is required.</td></tr>
</tbody></table>
field_variable
:
title
:
Field Automation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment