Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Sebastian,
I found a minor bug on this package. on the line 183
case "description": SetProperty(sender, type.get_Alias(), metadata.DateUtc.ToString()); break; case "dateUtc": SetProperty(sender, type.get_Alias(), metadata.Description); break;
You got it the other way around, therefore the description always return datetime format.
Hope this helps. Cheers
Hey thanks for the report, will fix soon! How did you figure this out without the source? ;-)
The source code is now available. If you build this version, it will fix your bug!
Do you still have the source code available for this package? I followed the link in your post but seems like it's not available anymore on codeplex.
Brilliant little package by the way :)
Thanks,
Bijesh
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Bug : Description field is not populated
Hi Sebastian,
I found a minor bug on this package. on the line 183
You got it the other way around, therefore the description always return datetime format.
Hope this helps. Cheers
Hey thanks for the report, will fix soon! How did you figure this out without the source? ;-)
The source code is now available. If you build this version, it will fix your bug!
Hi Sebastian,
Do you still have the source code available for this package? I followed the link in your post but seems like it's not available anymore on codeplex.
Brilliant little package by the way :)
Thanks,
Bijesh
is working on a reply...