Allow verdict and summary changes in draft reviews
While a patch review is still in draft mode we should allow it to be changed to no verdict or an empty summary.
The validation logic being taken care of by the Publish draft button.
2 files changed
+7
-3
641b809d
→
18f5aa90
modified src/components/Review.svelte
@@ -387,6 +387,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -435,7 +436,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/VerdictButton.svelte
@@ -15,11 +15,12 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,7 +70,9 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|