pamtbaau
pamtbaau
With a certain language setting, the default language (the first in the list of supported languages) cannot be reached and visitor is redirected to the preferred language set by the...
When content/variable is considered save, we can use filter `|raw` to bypass autoescaping. Although it has a completely different function, filter `|markdown` has the same effect. Is that by design...
Because USER_PATH has been deprecated, I'm accessing my *user/data/comments/comments.yaml* file using: ``` $fullPath = Utils::fullPath($filename); // with $filename like: 'user-data://comments/en/comments.yaml' ``` When fetching/saving the comments while running the browser, all...
Details for the issue -------------------- #### What did you do? Enabling horizontal tiling in sql tab preferences #### What did you expect to see? That result pane and query pane...
Event 'onAdminRegisterPermissions' replaced with oddly named 'PermissionsRegisterEvent::class' event
Just curious, why has an oddly event name `PermissionsRegisterEvent::class` been chosen when deprecating event `onAdminRegisterPermissions`? It feels as if code for Grav v1.7.0-rc.4 and Admin v1.10.0-rc.4 hasn't been properly finished......
When saving a new page in a multi-lingual site, the Admin UI is broken. Steps to reproduce: - Create a fresh install from zip with Grav 1.7.33. + Admin -...
With the following system.yaml: ``` languages: ... content_fallback: { en: [] } ``` Accessing page http://dev-dev/admin/config/system in Admin throws the following error: > An exception has been thrown during the...
**Description:** When having the following layout defining the toolbar: ``` ``` The colors of the Toolbar (title, subtitle, icons, ...) are set correctly to `?attr/colorOnPrimary`. However, the text and hint...
**Is your feature request related to a problem? Please describe.** Clicking the 'clearButton' does not call 'onChanged' of the AutoSuggestBox. `onChanged` is being called when user edits the field, or...
**Describe the bug** I've implemented popup menu using the sample from the demo website. However, the menu doesn't close when tapping a menu item. Same happens with the menu flyouts...