- Issue created by @msn5158
- 🇬🇧United Kingdom aaron.ferris
According to the admin form, its a placeholder:
public function buildForm(array $form, FormStateInterface $form_state) { $config = $this->configFactory->get('jstimer.settings'); $form = []; // Placeholder method for global jstimer settings. Currently none. $form = parent::buildForm($form, $form_state); return $form; }
- 🇬🇧United Kingdom aaron.ferris
Seems the dev branch has changes for D10+, id propose we look to get a release (also moving away from the legacy branch).
1.x = D7/8+
2.x = D10/11 - First commit to issue fork.
- 🇬🇧United Kingdom aaron.ferris
The 'widgets' folder will need some attention, this would be better as a 'modules' folder, with each sub modules .info file also needing some attention for D10+.
- 🇮🇳India keshav patel
Please describe the issue in accordance with the default provided issue summary template, It'll become more readable and helpful.
Thanks!
- 🇬🇧United Kingdom aaron.ferris
Thanks @NexusNovaz ill pull this down and take a look.
- 🇬🇧United Kingdom aaron.ferris
This looks good to me. With these changes the module installs correctly on D10.4, I can see the various widget options in the admin form.
-
aaron.ferris →
committed ec4b3722 on 2.0.x authored by
nexusnovaz →
Resolve #3448413 "Is it suitable"
-
aaron.ferris →
committed ec4b3722 on 2.0.x authored by
nexusnovaz →
Automatically closed - issue fixed for 2 weeks with no activity.