fix: show special roles at the end of the list (#806)

This commit is contained in:
Alex
2025-05-10 11:23:01 +02:00
committed by GitHub
parent 1e8ddbbf46
commit 38169e60ae
5 changed files with 124 additions and 145 deletions
@@ -153,7 +153,7 @@ Feature: List a federated sharing permissions
],
"properties": {
"@libre.graph.weight": {
"const": 1
"const": 10
},
"description": {
"const": "View and download."
@@ -176,7 +176,7 @@ Feature: List a federated sharing permissions
],
"properties": {
"@libre.graph.weight": {
"const": 2
"const": 100
},
"description": {
"const": "View, download and edit."
@@ -228,7 +228,7 @@ Feature: List a federated sharing permissions
],
"properties": {
"@libre.graph.weight": {
"const": 1
"const": 10
},
"description": {
"const": "View and download."
@@ -251,7 +251,7 @@ Feature: List a federated sharing permissions
],
"properties": {
"@libre.graph.weight": {
"const": 2
"const": 60
},
"description": {
"const": "View, download, upload, edit, add and delete."