Unverified Commit 1a18c14c authored by Martin Holst Swende's avatar Martin Holst Swende Committed by GitHub

signer/rules: register clef api properly when rules are used (#25455)

signer/rules: register clef api properly when rules are used, fixes #25298
parent a41ea8a9
......@@ -59,6 +59,7 @@ func NewRuleEvaluator(next core.UIClientAPI, jsbackend storage.Storage) (*rulese
return c, nil
}
func (r *rulesetUI) RegisterUIServer(api *core.UIServerAPI) {
r.next.RegisterUIServer(api)
// TODO, make it possible to query from js
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment