Skip to content

VS2010 build fixes project files#1

Merged
16 commits merged into
ServiceStack:masterfrom
chadwackerman:master
Feb 22, 2011
Merged

VS2010 build fixes project files#1
16 commits merged into
ServiceStack:masterfrom
chadwackerman:master

Conversation

@chadwackerman

Copy link
Copy Markdown
Contributor

I split the VS2010 project files into a separate commit so you can rename the existing ones first.

Kanarej added a commit to Kanarej/ServiceStack that referenced this pull request Aug 20, 2014
In the case of the dynamic grid with input controls I had array of items with names for example ArticleItems[0].Description, ArticleItems[1].Description.
When I removed item 0 in the model, the element ServiceStack#1 became #0. but ModelState still contained both items 0 and 1, where item 0 is actually removed.
So, this code took value of ArticleItems[0].Description from ModelState and ignored value from the model. As a result the item 1 was displayed with value of the removed item 0.
Anyway, I think the value from the model should have precedence over the old value in ModelState.
mythz pushed a commit that referenced this pull request Feb 27, 2016
mythz pushed a commit that referenced this pull request May 5, 2017
Pull latest from ServiceStack
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants