processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### Short description of the issue If a Page class implements the `public function path() :string` method to return a different url for the page, the PagePaths module will, in...
The [Download](https://processwire.com/download/core/) page says that 229 is the current master version. [Composer](https://packagist.org/packages/processwire/processwire) and [GitHub](https://github.com/processwire/processwire/tags) say that 227 is the current master version.
### Short description of the issue ``` $page->of(false); $page->field_name = '1234|1235'; $page->save('field_name'); ``` won't overwrite existing entries for the field - the newly set values will be appended to existing...
### Short description of the issue `
### Short description of the issue There are issues when using show-if and required-if settings for custom image fields. In the example below the text_2 field has a show-if condition...
### Short description of the issue With particular combinations of redirect URLs, entered through the ProcessWire admin interface, it's possible to send the PagePathHistory module into an 'infinite loop' or...
This used to work: ``` $home = $pages->get(1); $nav = $home->children('template!=51|52|62, toggleShowHide!=1'); ``` But now if a page which is under the home does not have that field assigned to...
### Short description of the issue Profields Table with many fields overflows from page **when locked**. ### Expected behavior Scrollbar on table or any other solution. ### Screenshots/Links that demonstrate...
In a codebase that makes use of SELECT ... FOR UPDATE (and likely other locking reads, though I haven't tested others) the core WireDatabasePDO class uses reader instance, which results...
### Short description of the issue We've been using langBlankInherit=false to only display repeaters for languages where the title is set. As of 3.0.229 this no longer works while output...