Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
184 stars 35 forks source link

Always show `Approve`/`Reject` buttons when server has review disabled #3202

Closed leplatrem closed 2 months ago

leplatrem commented 3 months ago

When review is disabled, users can approve their own changes. But the Admin UI does not show the approve/reject buttons.

The only way for them to do it is to use the CLI:

$ echo '{"data":{"status": "to-resign"}}' | http PATCH https://remote-settings-dev.allizom.org/v1/buckets/main-workspace/collections/product-integrity "Authorization:$BEARER_TOKEN"