Christoph Thelen
Christoph Thelen
If passing a function as string (function name) to method each(), the string has to include the functions namespace. Would be nice to have a hint in the method description....
### Short description of the issue This is not a real bug, but rather a function request. It is currently not possible to obtain information from a page select field...
### Short description of the issue Unable to determine if a user has 2FA activated via Selector ### Actual behavior Search via selector `$user->find("tfa_type! = ''");` returns all users for...
### Short description of the issue **InputfieldFile::getItemInputfields()** does not check against the value 0 (not null) to uncheck a checkbox if "checked" is the default value. This doesn't matter for...
I have recognized a JavaScript conflict between modal windows and input fields with `showIf` condition. After opening and closing a modal, the showing and hiding of inputfields with `showIf` dependency...
### Short description of the issue I came across this post: https://processwire.com/talk/topic/29851-problem-with-log-pruning in the forum because I was looking for a solution to prevent file errors triggered by `WireFileTools::unlink()` and...
If a template is set to `noLang=1`, I would expect inheritance for repeater fields. Currently multilanguage fields within a repeater remain multilanguage even though the parent template is set to...
If a field has been added to the **user** template and marked as editable via **ProcessProfile**, it should be editable if the user has `profile-edit` permission. However, for language-supporting fields,...