Koen

Results 6 comments of Koen

I just hit this problem (amongst many others). @JanStevens , thanks for your tip. It's ridiculous how GrapQL-Client library tries to make you use constants. Constants are fine but not...

Hello @mgraham, I'm facing the same issue. Have you found a solution since making this issue with storing extra admin user information? Thanks!

Hi @tbrisker, I think that is a good place to start but this requires me to store the current AdminUser into the `Thread.current` hash for saving into the Audit in...

Unfortunately it seems the 3.0 version doesn't allow subclassing the `Audited::Audit` for a custom `Audit` model as it's a Module.

So far, I have managed to get it working using the `after_audit` callback. I put it in a concern Module for ease of use. I put all the code in...

I was also looking into why parameterized isn't working with Pytest. Then I found it's included in Pytest (6). See for more info https://docs.pytest.org/en/6.2.x/parametrize.html