I just installed your package on 4.51 but when I right click "Create" the modal dialog only has Comment as an editable field. The two fields above, parent and child are both empty - no controls - nothing. Am I missing a datatype or something?
No it should just work. I removed the functionality to add relationships, leaving this package to just create / edit / delete the relation types, so I'm not sure what's going on here.
I'm able to create them manually in the umbracoRelationTypes table but not otherwise. When I create them I can view them with your tool and click save but I have to create them in the db first.
I get a box "Create new relation". It has three fields plus a create or cancel button/link (cancel isn't working either). The top two fields, parent and child are just grey placeholders - no controls to pick any document types. The comment field is fine, but if I try to create a relation with just a comment obviously I get a YSOD :-) I can't pick any object types because none are displayed.
P.S I'm on firefox 3.6.8. Also have the same problem on IE8 so I don't think it's a browser DOM thing. Just in case it helps.
Hi David, that's bizarre ! you should see a "Create Relation Type" dialog when clicking create on the Relation Types folder.
The "Create Relation" dialog shouldn't be accessable (infact I removed it from the code), but yes, that one would have two empty placeholders (unless it's a document to document relation type) as the document picker is the only one I had implemented.
I've downloaded the package, and installed it in 4.5.1, and it all seems fine here, so I'm a bit lost !
Oops, my mistake, you are totally correct, I tried the 1.3 package on a fresh 4.5.1 install and have the exact issues you mentioned. The source in CodePlex has the updated tree code for 4.5.1 (I think I must have had an umbracoAppTree reference to antoher dll for it to have worked last time).
Will be uploading a 1.4 package updated for Umbraco 4.5.1+
Hi Hendy. That's great. Thanks for looking into this again for us. Look forward to version 1.4! It's a nice little tool so will be really helpful.
Dave
Have just uploaded 1.4, how about that for timing :) there are quite a few changes in the code, but the UI should be consistant with previous versions.
Unable to create a new relation
Hi Hendy,
I just installed your package on 4.51 but when I right click "Create" the modal dialog only has Comment as an editable field. The two fields above, parent and child are both empty - no controls - nothing. Am I missing a datatype or something?
Hi David,
No it should just work. I removed the functionality to add relationships, leaving this package to just create / edit / delete the relation types, so I'm not sure what's going on here.
Can you create and edit relation types OK ?
Thanks,
Hendy
I'm able to create them manually in the umbracoRelationTypes table but not otherwise. When I create them I can view them with your tool and click save but I have to create them in the db first.
That shouldn't be necessary, what happens when you click create in the Relations Type folder in the tree ?
Thanks,
Hendy
I get a box "Create new relation". It has three fields plus a create or cancel button/link (cancel isn't working either). The top two fields, parent and child are just grey placeholders - no controls to pick any document types. The comment field is fine, but if I try to create a relation with just a comment obviously I get a YSOD :-) I can't pick any object types because none are displayed.
P.S I'm on firefox 3.6.8. Also have the same problem on IE8 so I don't think it's a browser DOM thing. Just in case it helps.
Hi David, that's bizarre ! you should see a "Create Relation Type" dialog when clicking create on the Relation Types folder.
The "Create Relation" dialog shouldn't be accessable (infact I removed it from the code), but yes, that one would have two empty placeholders (unless it's a document to document relation type) as the document picker is the only one I had implemented.
I've downloaded the package, and installed it in 4.5.1, and it all seems fine here, so I'm a bit lost !
Thanks for the feedback :)
Hendy
Oh Ok. Well I'll try to download it again and install.
Hi David,
Oops, my mistake, you are totally correct, I tried the 1.3 package on a fresh 4.5.1 install and have the exact issues you mentioned. The source in CodePlex has the updated tree code for 4.5.1 (I think I must have had an umbracoAppTree reference to antoher dll for it to have worked last time).
Will be uploading a 1.4 package updated for Umbraco 4.5.1+
Thanks,
Hendy
Having the same issue here on 4.5.1
Hi Daniel,
I'm working on the updated package atm. (The source in CodePlex works for 4.5.1)
Thanks,
Hendy
Awesome. Thanks for the quick reply
Hi Hendy. That's great. Thanks for looking into this again for us. Look forward to version 1.4! It's a nice little tool so will be really helpful. Dave
Hi David,
Have just uploaded 1.4, how about that for timing :) there are quite a few changes in the code, but the UI should be consistant with previous versions.
Thanks,
Hendy
is working on a reply...