processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### Short description of the issue A datetime field accepts any input but cannot actually save it, and replaces invalid values with the Unix epoch. The problem is that there...
### Short description of the issue If you have an inputfield module used in conjunction with PW field then the inputfield config settings are supposed to be loaded from the...
### Short description of the issue When an images field is locked and not editable, only the square and proportional grid options work. ### Expected behavior The vertical list view...
A very obscure issue in PW DEV: If FrontpageEditing is on and source is set to "all pages not only current page", this can happen: $sanitizer->text($child->headline) can output twice (2...
### Short description of the issue I know this isn't a common use case, but users with `lang-edit` can't change the hidden status of languages. They can see and change...
### Short description of the issue If you have a Repeater field in a FieldsetTab, the focus() and find() functions of the Inputfields Javascript API do not work for the...
### Short description of the issue User with page-lister permission doesn't see "Pages -> Find". * User has role "Foo" * Roles -> role "Foo" allows user to work with...
I'm using $files->render() often to get an array (like an array of translatable strings). The phpdoc states string|bool as return type which makes my IDE show a red line indicating...
@ryancramerdesign - any chance you could please revisit: "@todo check if selector, then call findOne(). If it returns null, return a NullPage instead." https://github.com/processwire/processwire/blob/ad2f60b5445d2449920227f96f7ba1ab49777ece/wire/core/PageArray.php#L182-L187 The discrepancies between these is a...
### Short description of the issue Page Reference fields break completely when overriding derefAsPage from Multiple to Single. The other way around, overriding from Single to Multiple, it doesnt let...