retepasw / joomla-italiapa

Implementazione delle Linee guida di design per i servizi web della PA basato su it Web Toolkit.
https://www.eshiol.it/it/b013
GNU General Public License v3.0
13 stars 9 forks source link

Corretto tipo campo CheckBox #454

Closed eshiol closed 2 years ago

eshiol commented 2 years ago

Pull Request for Issue #451.

Summary of Changes

Corretto campo di tipo CheckBox

Testing Instructions

Componenti > Contatti

Menu

Configurazione Globale > Contatti

Expected result

image

Actual result

Notice: Undefined variable: checkedOptions in

templates/italiapa/html/layouts/joomla/form/field/checkbox.php on line 58 Warning: in_array() expects parameter 2 to be array, null given in

templates/italiapa/html/layouts/joomla/form/field/checkbox.php on line 58 Notice: Undefined variable: i in

/italiapa/html/layouts/joomla/form/field/checkbox.php on line 66 Notice: Undefined variable: option in

/templates/italiapa/html/layouts/joomla/form/field/checkbox.php on line 67 Notice: Trying to get property 'value' of non-object in

/templates/italiapa/html/layouts/joomla/form/field/checkbox.php on line 67

image

Documentation Changes Required

Knock-Out commented 2 years ago

Applicata Commit SHA: ce4e71d713 con successo ✅

atodaro commented 2 years ago

Applicata Commit SHA: ce4e71d713 con successo