Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.0-b1
-
Component/s: None
-
Labels:None
Description
The package group selector on the configuration is not necessary and could cause problems. Let's just remove it.
While we're at it, lets fix the configuration tabs, which don't work when selecting them from the package import page. To fix, change admin_domains_configuration.pdt and change
$('#<?php echo ($tab ?? 'general');?>_tab').click();
To
$('.<?php echo ($tab ?? 'general');?>').click();