-
Notifications
You must be signed in to change notification settings - Fork 44
add administration/forms #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything that is written seems correct to me.
I think the section on forms is not yet complete, but some things are not documented :
- Conditions for the visibility of the submit button
- Validation conditions
Converted to draft since this is not finished |
[o:glpi:p:glpi-user-documentation:r:modules--administration--entity-entities] | ||
file_filter = source/locale/<lang>/LC_MESSAGES/modules/administration/entities.po | ||
source_file = build/locale/modules/administration/entities.pot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not you use a double --
everywhere?
Paths for file_filter ans source file seems incorrect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I guess source/modules/administration/entities.rst
should have been removed.
Forms | ||
===== | ||
|
||
Since GLPI 11, forms are now native, so the formcreator plugin is no longer required. Forms can be migrated from formcreator to forms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since GLPI 11, forms are now native, so the formcreator plugin is no longer required. Forms can be migrated from formcreator to forms. | |
Since GLPI 11, forms are native, so the formcreator plugin is no longer required. Forms can be migrated from formcreator to forms. | |
Basic informations | ||
~~~~~~~~~~~~~~~~~~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basic informations | |
~~~~~~~~~~~~~~~~~~ | |
Basic information | |
~~~~~~~~~~~~~~~~~ | |
Each question has its own **title** field (identified by new question) and will be **visible to the user**. | ||
Each question **can be made mandatory** so that the user has no other choice than to fill in this field to validate their form | ||
|
||
There are actually 11 possible question types: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are actually 11 possible question types: | |
There are actually several possible question types: | |
This field has additional options: | ||
|
||
* *Text*: Allows you to enter text (alphanumeric) | ||
* *Emails*: Allows you to enter email addresses only (xxxxxx@xxxxxx.xx) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* *Emails*: Allows you to enter email addresses only (xxxxxx@xxxxxx.xx) | |
* *Emails*: Allows you to enter email addresses only | |
not yet finished, 1st proofreading by Clément