Jason Varga

Results 527 comments of Jason Varga

The error is telling you the name of the protection scheme you tried to use, so doing a search in the relevant places should get you there. I'll move to...

This is right around the same place as #7293 so it must be related.

I haven't tested, but just looking at the code it seems that this will only work if you use the new style of attributes. e.g. `getSomethingAttribute` and doing `model:something` won't...

Ah yeah okay I misread what was happening here. I thought it was pulling a single value out but it's really getting all the context data. My mistake.

I just noticed this too. I was trying to debug in my code why it was being sent twice. I changed from the `log` driver to `smtp` to send to...

Breadcrumbs work by the url of the page. e.g. if you're on /a/b/c/d then it'll show you a > b > c. If you're on /search-results that's what you'll get....

It's really just the UI thats missing filters on assets. You can do everything necessary in the query builder already.