mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 04:18:49 +01:00
New actions are created with the project as defined in default_project_name. This value needs to be updated as shown in #1789.
4 lines
No EOL
201 B
Text
4 lines
No EOL
201 B
Text
<% if @saved -%>
|
|
TracksPages.page_inform('<%=t('projects.status_project_name_changed')%>');
|
|
TracksForm.set_project_name_and_default_project_name("<%= escape_javascript(@project.name)%>");
|
|
<% end %> |