Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make Patch `state` field similar to Issue
Alexis Sellier committed 3 years ago
commit 0cf170e6cde2433c7f2f9c0215fab0595a24c908
parent 44bf989d2e54ac86f6e9988a8a0162ed6a0bc374
1 file changed +3 -3
modified radicle-httpd/src/api/v1/projects.rs
@@ -1351,7 +1351,7 @@ mod routes {
                },
                "title": "A new `hello word`",
                "description": "change `hello world` in README to something else",
-
                "state": "proposed",
+
                "state": { "status": "proposed" },
                "target": "delegates",
                "tags": [],
                "revisions": [
@@ -1382,7 +1382,7 @@ mod routes {
                },
                "title": "A new `hello word`",
                "description": "change `hello world` in README to something else",
-
                "state": "proposed",
+
                "state": { "status": "proposed" },
                "target": "delegates",
                "tags": [],
                "revisions": [
@@ -1452,7 +1452,7 @@ mod routes {
                },
                "title": "Update README",
                "description": "Do some changes to README",
-
                "state": "proposed",
+
                "state": { "status": "proposed" },
                "target": "delegates",
                "tags": [],
                "revisions": [