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 I have two templates, one where the title field has been relabelled and one where it has the default field label: ![2024-10-31_132044](https://github.com/user-attachments/assets/da48e494-ee15-478b-b7a0-2ded49cfc98e) ![2024-10-31_132124](https://github.com/user-attachments/assets/4f05c9a7-281d-4331-a17b-8b34ba368b76) The...

type: lister

### Short description of the issue Hi @ryancramerdesign - just wanting to make sure this isn't lost forever (I don't think there is any other issue referencing it). Remember that...

### Short description of the issue Behaviour of `$page->pagetable_field->add()` depends on whether a temporary variable is used: ```php if(isset($_GET['tmp'])) { // this succeeds $tmp = addPage('c'); $p->ptfield->add($tmp); } else {...

### Short description of the issue If you are using the alternate user template/parent setup and a user that has a frontend viewable template gets moved to the processwire/access/users parent,...

status: can't reproduce
type: users

### Short description of the issue Fieldsets should also have their access permissions by role even if only for the view permissions. ### Expected behavior I should be able to...

type: feature request

### Short description of the issue When applied to a `NullPage` object, the `parent()` method returns `null`. ### Expected behavior A `NullPage` object should be returned (same as the `rootParent()`...

status: discussion

### Short description of the issue When there are *n* pages with the same title, finding a `name` for the next one causes *n* queries. This is slow when *n*>1000....

status: fixed-please confirm

### Short description of the issue InputfieldFile and InputfieldImage use a textarea input for the description field unless the "Number of rows for description field?" is set to 1, in...

There is a JavaScript [reloaded event](https://github.com/processwire/processwire/blob/6d479ba52c215df7bf152010e78bbee0e9cd58f8/wire/templates-admin/scripts/inputfields.js#L120) that is triggered when an inputfield is AJAX-loaded. > * - reloaded: Triggered on an .Inputfield element after it has reloaded via ajax. In...

type: repeaters
type: inputfields

Just installed UiKit admin theme for the first time (it was about time), and enabled Konkat theme obviously. So far so good, except this observation : Having "dark" mode set...

type: AdminThemeUikit