Fixed and closed #446: Display Name textbox cleared after user creation.
This commit is contained in:
parent
4159171c63
commit
c9b6b8b7b2
2 changed files with 3 additions and 2 deletions
|
@ -16,5 +16,5 @@ using System.Reflection;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("3.0.1.452")]
|
||||
[assembly: AssemblyFileVersion("3.0.1.452")]
|
||||
[assembly: AssemblyVersion("3.0.1.453")]
|
||||
[assembly: AssemblyFileVersion("3.0.1.453")]
|
||||
|
|
|
@ -190,6 +190,7 @@ namespace ScrewTurn.Wiki {
|
|||
private void ResetEditor() {
|
||||
txtUsername.Text = "";
|
||||
txtUsername.Enabled = true;
|
||||
txtDisplayName.Text = "";
|
||||
txtEmail.Text = "";
|
||||
chkSetActive.Checked = true;
|
||||
providerSelector.Enabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue