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

I have a ListerPro. If I set the limit to 0, it shows pagination (incorrect). If I set it to a high number that exceeds the amount of listings I...

status: fixed-please confirm

### Short description of the issue Superusers may front-end edit a field inside a repeater item using methods B, C or D. Non-superusers cannot edit these fields (double-click has no...

status: discussion
resolution: fixed-please close
status: multiple

### Short description of the issue I'm using this selector: ```php bdb($this->wire->pages->findRaw( [ 'parent' => rockcommerce()->variationsPage(), ], [ 'title', Variation::field_comment => 'comment', Variation::field_options . '.title' => 'options', ], ['flat' =>...

type: selector

### Short description of the issue Let say I have a P template that may have children based on template C1 and C2. C1 and C2 can only have P...

### Short description of the issue I get a `Call to a member function path() on null` error when saving a page that has a RM field with a single...

### Short description of the issue I'm adding an inputfield header action: ```php $inputfield->addHeaderAction([ 'icon' => 'question-circle', 'event' => 'testing', ]); ``` Clicking on the header action icon causes this...

type: inputfields

### Short description of the issue I'm using ListerPro here as a convenient way of adding modal editing to pages in Lister, but the problem is with CSS in the...

type: UI

### Short description of the issue Using the "Insert Link" tool when the selected text has a question mark in it makes the popover show "Forbidden. You don't have permission...

### Short description of the issue I expected `$pagearray->add()` and `$pagearray->remove()` to be similar but opposite methods supporting the same argument types. But `$pagearray->add($page_id)` works whereas `$pagearray->remove($page_id)` does not. ![2024-09-18_164940](https://github.com/user-attachments/assets/d6190101-674c-4968-a728-561b9091b837)...

type: consistency

### Short description of the issue PW has a feature where Page Edit can be opened while only showing a field or fields specified in a `field` URL parameter. E.g....

type: modals
type: UI