Actions
Bug #12661
openPage title does not change after editing a host
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Description
Step to reproduce:
1. Go to the page describing one host
2. Page title in the browser is "$FQDN"
3. Edit the host
4. Page title in the browser is "Edit $FQDN"
5. Save the host
6. Page title in the browser is "Edit $FQDN"
Expected:
Page title in the browser should be "$FQDN"
Files
Updated by Dominic Cleal almost 9 years ago
- Has duplicate Bug #15463: After editing a host, page title is not changed added
Updated by Julien Pivotto almost 9 years ago
- File scrnshot.png scrnshot.png added
Updated by Tomer Brisker about 5 years ago
- Has duplicate Bug #28411: Host title not updated after editing a host added
Updated by Tomer Brisker about 5 years ago
the culprit is at https://github.com/theforeman/foreman/blob/develop/app/assets/javascripts/host_edit.js#L172-L195 - host submit only replaces the page content
Actions