formcreator
formcreator copied to clipboard
GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
### Changes description ### Checklist Please check if your PR fulfills the following specifications: - [ ] Tests for the changes have been added - [ ] Docs have been...
Feature no longer used, and causes an infinite call loop when loading a form object from the API
When in a form the question asks for an email and in the destination I add this value in the requester, observer or assigned with the person field from the...
Image uploads in textarea is hacky and broke, ~probably due to switching to unsigned int IDs and FK.~ This PR solved the problem by converting uploads as documents immediately, contrary...
All my forms have some "default" fields and sections to identify requester and Term of Use accept. A template for new forms would be very useful and avoid rework.
**Describe the bug** First I did the report in GLPI, but they guided me to report in Form Creator. I am copying the information from the original post. The original...
**Describe the bug** Ao adicionar uma tabela em descrição, ficamos com varios '' na formatação da pagina.  Quanto vamos em pré-visualização, dentro do inspeção de elemento observamos a mudança...
**Describe the bug** The "Put in trash bin" button is not working. When the self-service profile user clicks this button, no action is taken on the ticket and nothing different...
Hello, I have some business rules that, according to the information collected in the form, send approval to up to 4 different approvers. In GLPI 9.5.6 with the formcreator 2.12.4...
- Move classes to /src - move targets to a dedicated namespace Do not change tab from 3 to 4 spaces yet. Should be done when branch support/2.13.0 will reach...