Skip to content
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

refactor(forms): centralize end user input name #17015

Merged

Conversation

ccailly
Copy link
Contributor

@ccailly ccailly commented Apr 25, 2024

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.

@ccailly ccailly self-assigned this Apr 25, 2024
@ccailly ccailly added this to the 11.0.0 milestone Apr 25, 2024
src/Form/EndUserInputNameProvider.php Show resolved Hide resolved
src/Form/EndUserInputNameProvider.php Outdated Show resolved Hide resolved
src/Form/EndUserInputNameProvider.php Outdated Show resolved Hide resolved
@cedric-anne cedric-anne merged commit 21d6fcb into glpi-project:main Apr 29, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants