Fixed title for re-used dialog
authorAlexander Ebert <ebert@woltlab.com>
Tue, 6 Jun 2017 18:05:32 +0000 (20:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 6 Jun 2017 18:05:32 +0000 (20:05 +0200)
wcfsetup/install/files/js/WCF.User.js

index 4bd95cbfc7b1d99a51e22f078bda0150324ea62c..5afd3bdcc42dcecdf3bf93710ad692abf1849041 100644 (file)
@@ -2530,6 +2530,7 @@ WCF.User.List = Class.extend({
                                });
                        }
                        else {
+                               this._dialog.wcfDialog('option', 'title', this._dialogTitle);
                                this._dialog.wcfDialog('open').wcfDialog('render');
                        }