Open
Description
We may be able to restrict the queryset of fields which relate to other models so that only objects that relate to the organization of the parent are shown.
We have to be careful in handling different cases:
- Normal django admin change/add pages (new objects don't have any org set so it can't be done)
- Inlines (maybe we can implement it here too but we should provide a way to disable it if needed)
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog