Problem/Motivation
Right after enabling this module when trying to edit some already existing Quick Tabs, I get this error...
Warning: Undefined array key "bootstrap_tabs" in Drupal\bootstrap_quicktabs\Plugin\TabRenderer\BootstrapQuickTabs->optionsForm() (line 28 of /var/www/html/docroot/modules/contrib/bootstrap_quicktabs/src/Plugin/TabRenderer/BootstrapQuickTabs.php). =>
Steps to reproduce
First enable Quick Tabs, create some tabs with any of the default styles.
Then enable this module, try to edit some existing quicktabs...
Proposed resolution
It looks like the module is not dealing with some tabs without previous settings.
Pretty straight forward patch will follow....
Comments
Comment #2
jose reyero commentedThis will fix the issue, just copied form other Quick Tabs plugin...
Comment #4
shelaneThanks.