Changing The Name of a Template in Roller 4.0
I found a bug in Roller 4.0 today when I wanted to change the name of one of my templates. I had a template with the name of “about” and wanted to change it to “About”. Doing this I got a error message saying:
The template about already exists.
It appears that the validation in the system is not doing a case sensitive name comparison, so the template name looks the same. To get around this, I just changed the name to “About2” and clicked on save. The template name change worked just fine. Now I am able to go in and change the name one more time to “About” to get my desired result.



