Reduce 'noise' in create changeset from changing order of items? #40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I create a changeset, I often see changes that are simply a different order of authors (though I didn't touch them). Not meaningful per se, but it kind of adds noise to the curation process. Is there a way to sort authors in a fixed way by any chance?
Here is an example:
Looking into it
I believe that the reordering might have happened on the client side, e.g., in shacl-vue. I have not found any code path or example in
dump-things-serverordtcwhere list-content would be reordered (which is what it looks like in your example: theattributed_to-list is sorted and the list-entry with"object"-value"xyzrins:persons/christian-haeusler"is sorted before the list-entry with"object"-value"xyzrins:persons/michael-hanke").@jsheunis: is it possible, that sorting of the
attributed_to-list is performed inshacl-vue?