AnantLabs / codesmith

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

CSLA: CS_Alias extended property not respected in NameValueList views. #680

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Generate a view with id and field value (for namevaluelist)
2.Add an extended property to view "NameValueList".
3.Add other extended property to view "CS_Alias" with value "MyNVL".
4.Generate optputs.

What is the expected output? 
It must be generated a NameValueList under collections folder with object name 
"MyNVL".

What do you see instead?
A NameValueList object with name "MyNVLNameValueList" are generated under 
collections folder (the criteria are well generated "MyNVLCriteria.cs").

What version of the product are you using?
Tested in last nightly build r2952.

Original issue reported on code.google.com by bernyrod...@gmail.com on 23 Feb 2013 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 11 Mar 2013 at 7:50