Skip to content

Finished porting serializer from jquery + generated FileContainer, TestManagement, Wit, VC, TeamProject APIs #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

teddyward
Copy link

No description provided.

@@ -294,10 +298,7 @@ export module ContractSerializer {
}

function _getTranslatedDateValue(valueToConvert: any, serialize: boolean): any {
if (serialize && (valueToConvert instanceof Date) && Date.prototype.toISOString) {
return (<Date>valueToConvert).toISOString();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was a bug here as base classes expected a raw date

@teddyward teddyward changed the title Finished porting serializer from jquery + generated FileContainer, TestManagement, Wit, VC APIs Finished porting serializer from jquery + generated FileContainer, TestManagement, Wit, VC, TeamProject APIs Jul 22, 2015
@teddyward teddyward closed this Jul 22, 2015
@teddyward
Copy link
Author

see: #4

@teddyward teddyward deleted the users/teddyward/agentapis branch August 7, 2015 16:47
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.

1 participant