There are several issues with the configuration forms such as the settings not saving correctly, required setting not being applied properly with state, etc.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

badjava created an issue. See original summary.

badjava’s picture

Status: Active » Needs review
FileSize
10.34 KB

Here is the patch which should fix all of the settings form issues so that you can save all the values and they are displayed correctly as well. I also updated the arrays so that they were consistent with [] instead of array() and a few other minor coding style changes.

Berdir’s picture

Thanks for the patch.

Mixing coding style fixes and functional fixes is problematic. We have an existing issue about the fact that the global settings are currently completely unused anyway: #2692781: Make global setting ui dynamic and use it. Maybe you can help bringing that forward?

badjava’s picture

Status: Needs review » Closed (won't fix)