Title case sensitive template txt filename issue - not showing some content in Panel

Already added Issue at GitHub for Kirby Panel: https://github.com/getkirby/panel/issues/380

If project.txt is renamed to Project.txt in Content folder (in my case there was different name), textarea content in Panel is not showing, therefore user can not edit content in Panel.

It happened, because I wanted to change previously choosed template to different. So I changed *.txt filename to other templates name, but first letter wrote capitalized. On my Win / Chrome everything was ok even if first letter was capitalized, but on friends Mac / Safari textarea content was not showing.

Hint:
On windows filenames/directory names are not case sensitive, but on linux (most webservers in the www) filenames/directory names are case sensitive!

In other words:
Avoid capital letters in names!

Agree, but it would be nice (lets say full proof case) if there would be one extra line with strtolower…

I just fixed this on the develop branch and it will be in the next stable release. Title case sensitive template txt filename issue - not showing some content in Panel · Issue #380 · getkirby-v2/panel · GitHub