martinjobb

Results 5 issues of martinjobb

When saving an image in a model extended by MP_Node i get this error: `'tuple' object has no attribute '_committed'` It seem as VersatileImageFileDescriptor returns a Tuple to pre_save (file...

Thanks for a great app! I needed to extend `wagtail_2fa.middleware.VerifyUserPermissionsMiddleware` to make it work in a headless context and it made the `register_permissions` hook not fire. I think it's this...

Axe DevTools flagged that "Document does not have a main landmark" when i was testing a site based on Frojd-Bedrock. I think the solution would be to replace `` with...

These commands fails with `YIKES! It looks like you're running this as root.` ``` - name: Flush permalinks shell: chdir="{{ ansistrano_release_path.stdout }}" wp rewrite flush - name: Flush cache shell:...

Had an issue where I could not see my changes after deploy. Resolved it by flushing nginx cache in wp admin. But i think it should be a part of...