ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

ProcedurePrefix Persistance #440

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter a value into the ProcedurePrefix property. Move off to save
2. Clear the value in the ProcedurePrefix property. Move off to save
3. Note the old prefix value reappears

What is the expected output? What do you see instead?
No ProcedurePrefix     -- Previous Value

What version of .netTiers and CodeSmith are you using?
3.2.1 & 7.0.1

Please use labels and text to provide additional information.

FIX:
In CommonSQLCode change set in line 553 to the following

set {this.procedurePrefix = value;}

Original issue reported on code.google.com by sbhyde6...@gmail.com on 26 Aug 2014 at 6:51

GoogleCodeExporter commented 9 years ago
Have you ran into any ArgumentNullExceptions or NullReferenceExceptions since 
making this change. I see the default value is String.Empty.

Original comment by t...@codesmithtools.com on 27 Aug 2014 at 2:05