Hi Adam, When you say nodes I assume you mean entity types. If that's the case then you will encounter problems with that. The system assumes unique entity type names in a given resource type. There are functions in the entity model that lookup nodes within an instance based on entity type. If you use the same name in two different branches then the system won't be able to differentiate between the nodes within there respective branches. Cheers, Alexei
Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Wed, Apr 27, 2016 at 10:06 AM, Adam Cox <[email protected]> wrote: > Hello all, I know that the same nodes can be used by multiple resource > types, but I'm wondering if it's ok to have the same nodes occur in two > different branches of the same graph. I just constructed a graph in this > manner, and reinstalling the package went smoothly. However, I'm wondering > if I'll run into issues when I am updating these branches with the forms, > or iterating them for display in the reports. > > Thanks, > Adam > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
