Closed philsward closed 2 years ago
It took me a min to figure out how to reproduce, but finally nailed it.
Create more than 1 mini-layout and when saving the configuration (./configure) of any mini-layout, the error will show up on save.
Notice: Undefined index: title in mini_layouts_admin_configure_validate() (line 432 of ./modules/dev/mini_layouts/mini_layouts.admin.inc).
The very first mini-layout created and if there is only a single mini-layout in the system, will not result in the error.
Confirmed on two different environments, both had mini-layouts completely uninstalled and re-installed.
Should be fixed
It took me a min to figure out how to reproduce, but finally nailed it.
Create more than 1 mini-layout and when saving the configuration (./configure) of any mini-layout, the error will show up on save.
Notice: Undefined index: title in mini_layouts_admin_configure_validate() (line 432 of ./modules/dev/mini_layouts/mini_layouts.admin.inc).
The very first mini-layout created and if there is only a single mini-layout in the system, will not result in the error.
Confirmed on two different environments, both had mini-layouts completely uninstalled and re-installed.