mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
After #28603, the options "agree and suspend" and "agree and silence" in the review queue weren't working. This was happening because the optionalService, when used as a decorator, needs a name argument to work properly. We were also lacking tests for this.