pluginsGLPI / formcreator

GLPI Plugin Formcreator (DOWNLOAD : https://github.com/pluginsGLPI/formcreator/releases)
http://www.teclib-edition.com
GNU General Public License v3.0
172 stars 125 forks source link

There are no more mandatory option in additional fields 2.13.6 #3295

Closed Gambware closed 1 year ago

Gambware commented 1 year ago

Describe the bug After update from 2.13.5 to 2.13.6 all fields that are from additional fields plugin is not showing Mandatory option.

To Reproduce Steps to reproduce the behavior: Create a new form On type, choose the option "Additional Fields" There is no mandataory option to select for this field.

Expected behavior They should still showing mandatatory option

Screenshots Others filed like data is showing mandatory option image

But Addtional Fields no image

GLPI / Plugins (please complete the following information):

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

btry commented 1 year ago

Hi

This option has been removed because the plugin Additional Fields already gives you the ability to set a a field mandatory. Formcreator will use this property.

btry commented 1 year ago

The PR above shows the mandatory property as read only. It helps to know its state, but does not allow you to modify it. This is informative only.

Can you test the PR and feedback ?

Gambware commented 1 year ago

Ok, We did some tests using the mandatory field in Additional Fields and it's working on formcreator. Also using the Override By status in Additional Field we keeping the field mandatory in form and not mandatory on standard ticket page.