Open biapar opened 5 years ago
I have no immediate plans to do so. For the time being I'm throwing my spare time into the Umbraco core.
I'm porting to Umbraco 8. I wanted to contribute when I finished releasing the code
I converted a good part of the code. But I'm having problems with PreValues
Umbraco.DataTypeService.GetPreValuesCollectionByDataTypeId (id); preValueDataType.PreValuesAsDictionary
do not exist anymore
I do not know how to do more, how do I go up the code and release for contribution?
ContentHelper.cs
You might try going with:
Property valueList.Items
should have all prevalues
does not work. In v7 it is key/value. This object(ValueListItem) is Id/value. Solution is a custom configuration, I'm working on it
Any progress on v8 port?
I'm testing the custom configuration I made. I found some bugs but I'm fixing. I wanted to send the code I made, but not if I created another repository (my github) or sent to the owner of that one to upload it. As I have 12 years of programming, this github world is new to me, I do not know how to proceed.
I await suggestions
Unfortunately, I'm not comfortable with giving advice in this regard. The only time I contributed to a project I made a fork of a project, pushed changes to it and opened pull request for the main project. https://help.github.com/en/articles/about-pull-requests
Hi @marciogoularte ! If you have troubles with pull requesting you can create own repo and link creators. Or try to upload ZIP to outer service and put here.
@marciogoularte Did you finalize it? for v8 or what is the current status. many other folks are looking for this .
@marciogoularte Any news? Do you have any public repository? Maybe we could help this effort...
Will be a porting to U8?