We have moved to GitHub Issues
You are viewing the read-only archive of Umbraco's issue tracker. To create new issues, please head over to GitHub Issues.
Make sure to read the blog posts announcing the move for more information.
Created by Søren Reinke 03 Nov 2012, 20:27:06 Updated by Sebastiaan Janssen 15 May 2013, 11:07:00
I noticed that the class name in MediaPickerDataType.cs wrongly named MemberPickerDataType.
The wrongly named class problem also existed in V4.8
1 Attachments
I have attached the patch file changing the name.
Hopefully I made the patch the correct way, my first try on using HG.
Well that's a bit silly of us! ;)
Unfortunately this is a public class so people might be using it in their API calls. Hopefully in 6.0.0 we can apply this patch.
Makes sense not to apply it at the moment, to prevent breaking existing code :-)
Hi Sebastiaan
Any idea when it will be implemented in V6?
Can't you at least rename the class and make a derived class with the old name and mark that obsolete. At least it means any new work can use the correct name regardless of waiting to use v6 or not?
public class MediaPickerDataType
[Obsolete] public class MemberPickerDataType: MediaPickerDataType
Excellent idea Matt.
Sebastiaan, when will this be implemented, Matt's idea should fix it without breaking anything.
Fixed as suggested by Matt in changeset 39584fd5e42e
Excellent, thanks :)
Priority: Normal
Type: Bug
State: Fixed
Assignee:
Difficulty: Normal
Category:
Backwards Compatible: False
Fix Submitted: Patch
Affected versions:
Due in version: 6.0.6, 4.11.9
Sprint:
Story Points:
Cycle: