Closed (fixed)
Project:
Open Atrium
Version:
7.x-2.x-dev
Component:
oa_core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2015 at 19:10 UTC
Updated:
12 Feb 2015 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dsnopekAttached is a patch that allows notifications to work for inherited Teams!
However, it doesn't allow them to be used in "Section Visibility" because that is using a View to build the list of options. Given the complexity of
og_subgroups_parents_load()I don't think Views can be made to do this. A better approach would be like what Work Tracker does for the "Assigned to" field: it creates it's own entityreference_selection plugin which is capable of understanding Space inheritance.That'll be in the next patch. :-)
Comment #2
dsnopekAlright, this patch makes an entityreference_selection plugin to use with 'Section Visibility' and also updates the members widget to disable local teams and inherited teams seperately (so the user knows what they'll be affecting if they edit/delete the team).
Comment #3
dsnopekComment #4
mpotter commentedDid some testing on this and it looks good and fixes yet another important inheritance issue with subspaces. Thanks for the work on this David!
Committed to oa_core 46261ad.