-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 18
-
Component/s: Automation, Ergonomy / UX / UI
Steps to reproduce:
- in an automation registry, add an operation, for instance
{ "operations": [ {"id":"Collection.CreateCollection","label":"Create a collection","category":"Document","requires":null,"description":"Create a new collection. This is returning the document serialization of the created collection.","url":"Collection.CreateCollection","signature":["void","document"],"params":[{"name":"name","description":"","type":"string","required":true,"widget":null,"order":0,"values":[]},{"name":"description","description":"","type":"string","required":false,"widget":null,"order":0,"values":[]},{"name":"path","description":"","type":"string","required":false,"widget":null,"order":0,"values":[]}]} ] }
- in the "Document" category, when editing an automation chain, this operation should not be placed at the end, but should be ordered alphabeticallly with others