- Issue created by @joachim
- 🇬🇧United Kingdom joachim
This seems to be intentional:
$options = []; $plugins = []; $commonUuid = ''; if ($this->hasAuthPlugin()) { $options[$this->authPlugin->getPluginId()] = $this->authPlugin->getLabel(); $plugins[$this->authPlugin->getPluginId()] = $this->authPlugin;
The selected one is being put first.
But I think it's weird and confusing to have to have these options jump around between two versions of the same form.