Always sort the OG role permissions alphabetically
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3441122. -->
Reported by: [claudiu.cristea](https://www.drupal.org/user/56348)
Related to !6
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The config export should be predictable. See also <a href="https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/user/config/schema/user.schema.yml#L122">https://git.drupalcode.org/project/drupal/-/blob/11.x/core/modules/user/config/schema/user.schema.yml#L122</a></p>
<p>Created also a GitHub PR <a href="https://github.com/Gizra/og/pull/766">https://github.com/Gizra/og/pull/766</a></p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Add <code>orderby: value</code> to permissions schema def. </p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<p>None.</p>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>None.</p>
<h3 id="summary-api-changes">API changes</h3>
<p>None.</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>OG role permissions are sorted alphabetically.</p>
issue