Mathis Koblin
Mathis Koblin
I also get an error when I try opening the page or file dialog: ```js index.min.js:1 TypeError: Cannot read properties of undefined (reading 'map') at a.items (index.min.js:1:18921) at t.get (vue.min.js:11:28022)...
Id'd love this feature as well. And related to this: In the dashboard the yearly revenue does not include non-billable records. But the yearly view in reporting does include it,...
Yes, for me the revenue option includes non-billable entries. And the costs show exactly the same as revenue.
Maybe I am misunderstanding how it should work... I just created a dummy to showcase it. I have two activities, one billable, one non-billable. Both show up as revenue. Should...
Sure, I created a stripped down version of the plugin and tested it with the kirby plainkit. It reproduces issue 1/3. Just use the attached default blueprint and go to...
I added the `Inmenu` field: [default.yml](https://github.com/user-attachments/files/23153344/default.yml) Going to the homepage, turning it to `on` and then running cleanup will turn it to false in home.txt. My suspicion with the template...
Just for my understanding, content->getFields() should already return lowercase as all keys are lowercased in \Kirby\Content\Content::get. As far as I can see, lowercasing the blueprint fields is the actual fix....
@afbora great. And sure. So my setup is the following: I have a site.en.txt (multi language site). And a 1_home/default.en.txt. If both have obsolete fields, it works fine, it removes...
The issue with AlpineJS turned out to be the x-cloak directive in the html tag. It sets the height of the document to 0 for a brief moment. Maybe something...