So if I set my field as mandatory and select nodes in the Tree Multi Picker I should not have this error but I'm getting it. And that's my problem. It's ok to have this message if I don't select any nodes but not if I do...
Great, thanks a lot for the modification, it works as expected!
Don't forget to put youre source on codeplex, I wan't to take a look at youre control to see what's the difference with previous version.
One thing that be great on this control is to be able to upload directly new Media to the section since I use it sometimes to allow my users to select media files, just like the Improved Mediapicker (http://our.umbraco.org/projects/backoffice-extensions/improved-mediapicker) does, with that functionnality we would have one killer control!
If I had enought karma to vote for youre project I'll do it...
PS: version 4.5 would be a good thing since I will not update unless you have a 4.5 version ;)
I have uploaded sources here on Our Umbraco, I am wondering to remove my project from Codeplex, since I don't use any of its features..
As for support for 4.5, it isn't going to be easy...
Keep an eye on uComponents project (on Codplex), 'cause there is where Shannon (and others) is going to build on his CodeGarden datatype, and he is the right one to work with the new tree infrastructure.
I'll try to update my work, but I don't know if I'll ever manage to finish it... as of now I have troubles with supporting several instances of the DataType on a single Document Type and with selecting a start node that is different from the root.
Mandatory
Hi,
Is it possible to make this dataType mandatory? When I try I get this error :
Your data has been saved, but before you can publish this page there are some errors you need to fix first: ...
Thanks!
As far as I know, that's exactly the behavior of Required fields in Umbraco...
So if I set my field as mandatory and select nodes in the Tree Multi Picker I should not have this error but I'm getting it. And that's my problem. It's ok to have this message if I don't select any nodes but not if I do...
Thx
Ah ok, it wasn't clear to me that you did select some nodes...
Sorry I'm a guy from Canada who speak french, so my english is not that good...
So do you have any idea why I get this error? I'm using umbraco 4.0.3.
No sorry, Required fields are integrated in Umbraco and I don't know how this package uses it.
And what if I download the source and edit them, where do I need to look? Is there any documentation on this topic?
I'm not sure if there's any documentation about this.
You could try the search or google. If there's not, you can also look into the Umbraco source code to find out how it determines if a value is empty.
I never tryied something like this.
I'll try to have a look at it, but can't promise anything.
OK, this was easier than expected :)
I have uploaded version 0.7 which should fix this issue.
Ciao, Marco
Vincent, if you like this package, vote for it!
/Marco
Marco,
When will you add Umbraco 4.5 support? Can't wait! :D
Hi Marco,
Great, thanks a lot for the modification, it works as expected!
Don't forget to put youre source on codeplex, I wan't to take a look at youre control to see what's the difference with previous version.
One thing that be great on this control is to be able to upload directly new Media to the section since I use it sometimes to allow my users to select media files, just like the Improved Mediapicker (http://our.umbraco.org/projects/backoffice-extensions/improved-mediapicker) does, with that functionnality we would have one killer control!
If I had enought karma to vote for youre project I'll do it...
PS: version 4.5 would be a good thing since I will not update unless you have a 4.5 version ;)
Thanks again!
I have uploaded sources here on Our Umbraco, I am wondering to remove my project from Codeplex, since I don't use any of its features..
As for support for 4.5, it isn't going to be easy...
Keep an eye on uComponents project (on Codplex), 'cause there is where Shannon (and others) is going to build on his CodeGarden datatype, and he is the right one to work with the new tree infrastructure.
I'll try to update my work, but I don't know if I'll ever manage to finish it... as of now I have troubles with supporting several instances of the DataType on a single Document Type and with selecting a start node that is different from the root.
/Marco
Marco,
The Multi Node Tree Picker had the exact same problem; it didn't support multiple instances on one document.
I created a patch which fixes this: http://ucomponents.codeplex.com/SourceControl/PatchList.aspx (#6266)
is working on a reply...