processwire-issues icon indicating copy to clipboard operation
processwire-issues copied to clipboard

ProcessWire issue reports.

Results 246 processwire-issues issues
Sort by recently updated
recently updated
newest added

### 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 `

status: fixed-please confirm

### 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...

type: images

### 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...

status: fixed-please confirm

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...

status: fixed-please confirm
type: selector

### 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...

type: UI

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...

status: fixed-please confirm

### 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...

type: languages
status: can't reproduce
type: repeaters