Adrian Jones
Adrian Jones
### Short description of the issue If you have a table field with a PR field as one of the subfields, you will get a string like: instead of an...
That's it really 😁
Hi @ryancramerdesign - I can't find it at the moment, but I know some time ago there was some discussion about PW retrying connections automatically which had you add this:...
Docs typos
Hopefully we can all make use of this issue to add typos as we find them rather than creating new issues for each one. 1. https://processwire.com/api/ref/fieldgroup/has-field/ Does this fieldgroup hav**e~~ing~~**...
### Short description of the issue Hi @ryancramerdesign - just wanting to make sure this isn't lost forever (I don't think there is any other issue referencing it). Remember that...
Alternate user template / parent page potentially viewable via /processwire/access/users/my-name/
### Short description of the issue If you are using the alternate user template/parent setup and a user that has a frontend viewable template gets moved to the processwire/access/users parent,...
Can’t save page (id=50813): /repeaters/for-field-185/for-page-50808/1762281864-5294-2/: Call $page->of(false); before getting/setting values that will be modified and saved. [body] (/wire/core/PagesEditor.php:470) And another related one that referenced `[Page::statusCorrupted]` instead of `[body]` These are...
Just one example, but in the new Konkat theme, InputfieldMarkup items gets this outline added and I want to override it, but the only way seems to be by ID...
I have so far tested this with the `User::changed` hook (shown below), but also with `Pages::saveReady` so it seems to be universal with hooks ``` $wire->addHookAfter('User::changed(refund_test)', function($event) { $u =...
Hi @ryancramerdesign - sorry, not sure if this is a bug, intentional, or unavoidable. I send `application/json` and `application/x-www-form-urlencoded` payloads to an endpoint created with a URL hook and `file_get_contents('php://input')`...