This module adds 'redirect' and 'scope' fields to Consumer entities provided by the Consumers module. And, via simple_oauth_consumers_list_alter(), adds the values of those fields to the table shown at admin/config/services/consumer. Hover, the order of the headers does not match the values in the rows. e.g. the value of the scopes field is shown under the redirect header.
Example:

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3116782-2-consumer_fields_list_order.patch | 940 bytes | eojthebrave |
| #2 | consumer-list-after.png | 57.36 KB | eojthebrave |
| consumers-list-before.png | 57.51 KB | eojthebrave |
Issue fork simple_oauth-3116782
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
eojthebraveHere's a patch that fixes it. Looks like the order things are added to the array matters here.
Comment #3
stefan.kornI can confirm this issue and confirm that the patch fixes this. So setting this to RTBC.
Comment #4
stefan.kornComment #5
rkollerI've applied the patch to the current version 5.0.3 of simple_oauth and the patch is still successfully fixing the issue :)
Comment #6
pasqualle+1 to RTBC
Comment #7
matt_paz commentedJust changing the target version
Comment #11
e0ipsoIt took a while, but here we are.