Lukas W.
Well-known member
- Affected version
- 2.0.0 Beta 2
I've came accross this a few times now. When creating an admin template that is directly linked to the admin navigation I tend to use the phrase from the admin navigation entry as page title, for example
Edit: It actually looks like the rebuild is always one step behind the renaming. I just switched back from (Test) to the normal one and now it says (Test) in the template.
<xf:title>{{ phrase('admin_navigation.emTemplates') }}</xf:title>
. However, when I rename the admin navigation later on via admin.php?admin-navigation/
, the template does not get updated and stays the old one, until I enter the template editor and resave the template (or trigger template rebuilding in another way).Edit: It actually looks like the rebuild is always one step behind the renaming. I just switched back from (Test) to the normal one and now it says (Test) in the template.