processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### Short description of the issue I noticed that no new row is added to the pages_parents table when a page is added and published. In a clean installation of...
Field should not be rounded:  I set a value via code or admin: 2387.04123456 and value recorded in database is: 2387.04 * ProcessWire version: 3.0.240 * (Optional) PHP version:...
### Short description of the issue In Apache version Apache 2.4.60 this vulnerability was addressed by disallowing encoded "?" in URLs this means ProcessPageEdit link breaks (throws a 403) when...
### Short description of the issue If you try to include a page reference field in a `findJoin()` (or with the `find()` and the `field=page_reference_field` approach you get this error:...
### Short description of the issue FieldTypeRepeaterMatrix does not work anymore an error in the network console for /cms-admin/page/edit/?id=1558&field=offers&repeater_edit=1560 is thrown ### Expected behavior When open the tab in the...
### Short description of the issue `$languages->find` includes hidden languages in the returned `PageArray`. ### Expected behavior It should not include hidden languages, just like `$pages->find`. ### Actual behavior It...
### Short description of the issue In earlier versions of PW the full range of options were available for the Visibility > Presentation setting for FieldtypeFieldsetOpen fields. The screenshot below...
### Short description of the issue I'm working on a site that has three roles: * "author"s can create stories, and only edit their own stories. They can't publish stories....
### Short description of the issue The `ProcessPageList` module allows you to hide pages "in page list(s)." It *does* hide pages in *the* page list — but it *doesn't* hide...
### Short description of the issue If you have a reason to change the admin page name to alter the login address (in response to a security event, for example)...