-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: is it possible to represent nested Organizations #111
Comments
In principle there's no real barrier to doing this, one small adjustment to the code makes it possible, with the patch below (it basically just moves the (I think there's one or two other adjustments that need to be made in order to avoid breakage, but this should be a start.)
|
I've pushed a change to this repo that should allow the creation of nested organizations. If you're comfortable running directly from the master branch you can try it out. I haven't done a release with this change yet, mostly because the UI side still needs some thought: a record's role fields need to be displayed differently depending on whether they are pointing to this record or from this record, and that will take some thought. The basics are there, though. |
Awesome, thanks! I'll start poking around with it now. |
Q: is it possible to represent nested Organizations, such as a Team within a Department within an Enterprise
From a Team Org, I tried to insert a role to a Department Org and received an error message:
The text was updated successfully, but these errors were encountered: