You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2018-03-21 13:41:13

Marvis
Member
Registered: 2018-03-09
Posts: 10

Mandatory select

good morning, I have some dropdown like these:


    Dropdown::show('PluginWebapplicationsWebapplicationType',
                        array('value'  => $this->fields["plugin_webapplications_webapplicationtypes_id"],
                            'entity' => $this->fields["entities_id"]));


I wanted to know if there is any way to make it mandatory to select an option, by default I see an empty field -----, even when I put the option 'display_emptychoice' => false,

I want something that makes an error jump to update or add if a value other than ----- is not selected

Offline

Board footer

Powered by FluxBB