processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### 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:   The...
### 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 {...
Alternate user template / parent page potentially viewable via /processwire/access/users/my-name/
### 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,...
### 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...
### 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()`...
### 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....
### 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...
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...