• Vladimír Čunát's avatar
    modules/{policy,view}: do not act if FAIL or DONE · c16728f5
    Vladimír Čunát authored and Petr Špaček's avatar Petr Špaček committed
    Not all actions are destructive, but it seems generally expected that if
    an earlier module or other code already transitioned the request into
    a FAIL or DONE state, we don't want to apply rules anymore.
    In particular, later rule actions would "overwrite" what previous
    actions did.
    c16728f5