glpi
glpi copied to clipboard
refactor(forms): centralize end user input name
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets |
A method has been added to centralize the input names of the question types on the final form interface. The format has also been modified so that the answers to the questions are no longer stored in a single attribute. This is similar to the way FormCreator works, and simplifies the path for the upcoming arrival of the File question type.