I just had a look at the great new user section in 7.7.
This is really cool, but I have an 7.6. running, that extensions are mainly based on the users Startnode. So I have several functions, that gives me the Startnode OR the startnodeId, as it is saved in Version < 7.7.
So, what will happen, when I update? If more than one startnode can be saved, I guess two things:
first: the StartnodeID will return a List of Nodes / nodeID
second: it will return the node-Object and not the ID anymore.
Is this right? And if so, I have to update all the function, working with old StartnodeId-Integer and MedianodeId-Integer, right?
Or is there a overloaded function, that returns the value in dependancy of its saved value?
Umbraco 7.7. User Startnode(s) saved how?
Hi there,
I just had a look at the great new user section in 7.7. This is really cool, but I have an 7.6. running, that extensions are mainly based on the users Startnode. So I have several functions, that gives me the Startnode OR the startnodeId, as it is saved in Version < 7.7.
So, what will happen, when I update? If more than one startnode can be saved, I guess two things:
first: the StartnodeID will return a List of Nodes / nodeID second: it will return the node-Object and not the ID anymore.
Is this right? And if so, I have to update all the function, working with old StartnodeId-Integer and MedianodeId-Integer, right?
Or is there a overloaded function, that returns the value in dependancy of its saved value?
is working on a reply...