Created attachment 520337 [details] incorrect dashboard name Description of problem: While deleting immediately a newly created dashboard, it's showing default name on deletion confirmation alert. Should display user input name. How reproducible: 100% Steps to Reproduce: 1.Navigate to 'Dashboard' 2.Click on 'New Dashboard' 3.Over-right dashboard default name (Ex. default one: 'Custom0', User Input: 'JeevaDashboard') 4. Click on 'View mode', Getting successfully saved message ('Saved dashboard JeevaDashboard to server') 5.Click on X (deletion mark) right corner of the dashboard name. 6. Getting deletion confirmation alert message with incorrect name. Actual results: Displaying default name on confirmation alert Expected results: Should display user input name Additional info: Screen shot is attached
Version: 4.1.0-SNAPSHOT Build Number: a98c893 GWT Version: 2.0.4 SmartGWT Version: 2.4 Browser: Firefox 3.6.18 OS: RHEL 6.1 X86_64
There was a strange fact around timing that new dashboards that were closed were not displaying the correct confirmation message with the proper tab name. I changed the confirmation message to pull the data from the model on the DashboardView object instead of from the title object and fixed this issue. commit: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=21f755d4e0cc2a7000e42e2fd6df7d1ac2e0e946
Verified on build#1314 (Version: 4.4.0-SNAPSHOT Build Number: 4fb7669) On closing the dashboard tab, the confirmation message displays correct tab name.
Bulk close of old bugs in VERIFIED state.