ssteenkiste / nettiers

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

PATCH: Added GetSelectData #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please reference http://community.codesmithtools.com/nettiers/f/16/t/11287.aspx

Basically, I am not getting data returned when I call GetEntityList against a 
view data source.  

Attached is a patch to add an additional override of GetSelectData to the 
ReadOnlyDataSource and CustomDataSource templates in the WebLibrary Data folder.

What version of .netTiers and CodeSmith are you using?
v2.3.0.851 and v5.2

Thanks,
Stan

Original issue reported on code.google.com by stanmcfa...@gmail.com on 13 Sep 2010 at 6:14

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 15 Sep 2010 at 11:53

GoogleCodeExporter commented 9 years ago
FYI, the first line of code in the two new functions doesn't have any effect 
and the patch works fine without them

Original comment by teppic.x...@gmail.com on 16 Nov 2010 at 11:51

GoogleCodeExporter commented 9 years ago
And by that I mean the following line:

if (values == null || values.Count == 0) values = 
CollectionsUtil.CreateCaseInsensitiveHashtable(GetParameterValues());

Original comment by teppic.x...@gmail.com on 16 Nov 2010 at 11:52

GoogleCodeExporter commented 9 years ago
http://community.codesmithtools.com/nettiers/f/16/t/11299.aspx

Original comment by bniemyjski on 22 Nov 2010 at 6:08

GoogleCodeExporter commented 9 years ago
I have v2.3.0.856. This change hasn't made out yet...

Can this patch or the one in this thread be release please
see http://code.google.com/p/nettiers/issues/detail?id=346

thanks

Original comment by vaibhavk...@gmail.com on 30 Nov 2010 at 8:54

GoogleCodeExporter commented 9 years ago
Hello,

This has been fixed in revision 858 of the templates. This can be downloaded 
here (http://community.codesmithtools.com/nightly/NetTiers/).

Thanks
-Blake Niemyjski

Original comment by bniemyjski on 30 Nov 2010 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 7 Jan 2011 at 2:44