Authorization methods have different sort order on remote site edit and add form

Created on 13 May 2025, 5 months ago

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.0

Component

User interface

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • 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.

Production build 0.71.5 2024