swierczek

Results 15 issues of swierczek

I'm getting an error `Class name must be a valid object or a string` from `/system/ee/ExpressionEngine/Addons/pro/Model/Dashboard/DashboardWidget.php:172` when trying to view my dashboard (`/admin.php?/cp/homepage`) in the CP as a non-superadmin. For...

Bug: Accepted

**Description of the problem** When creating a new field, selecting a different field type shows only the relevant options for that field type. But on page load, the default field...

**Description of the problem** I have a relationship field that only accepts Open entries, and I have 4 Open entries selected. If I edit one of those related entries and...

Bug: Accepted

This will add a setting and functionality to optionally forward URL parameters when the `{redirect=''}` tag is called in a template. New setting in `Settings` > `Debugging & Output`: Additionally,...

enhancement

**Description of the problem** When using `ee()->TMPL->parse_variables()` with an empty set, variables don't get parsed as expected - at least not quite as described at https://docs.expressionengine.com/latest/development/legacy/libraries/template.html#automatic-variables. 1. I would expect...

**Description of the problem** If a Channel doesn't have a Publish Layout created, then when viewing a saved entry with a custom Tab throws an error: Error at https://github.com/ExpressionEngine/ExpressionEngine/blob/7.dev/system/ee/ExpressionEngine/Model/Content/Display/DefaultLayout.php#L72 because...

**Description of the problem** Remove leading spaces in code blocks on https://docs.expressionengine.com/latest/development/add-on-update-file.html The code blocks on this page are inconsistently indented, which makes copy/paste less than ideal. - Under _Properties_,...

**Description of the problem** On https://docs.expressionengine.com/latest/development/tab-files.html#anatomy-of-a-tab-file it includes a note: ``` Note: if your module includes a tab, do not forget to indicate this in the update file when installing...

**Suggested Change** The line height/margin of items in the sidebar currently makes it nearly impossible to identify if an item is 2 lines long, or if the 2 lines are...

## Overview Adding an example of new modal functionality to require interaction in order to close a modal. ## Nature of This Change - [ ] 🐛 Fixes a bug...