r7-labs / R7.News

Taxonomy-driven news subsystem for DNN Platform
GNU Affero General Public License v3.0
2 stars 3 forks source link

Share news between portals and portal groups #133

Open roman-yagodin opened 3 years ago

roman-yagodin commented 3 years ago

Replace PortalID with two fields: ScopeID and ScopeType, remove FK constraint.

ScopeID may be PortalID or PortalGroupID, while ScopeType can be 'P' as in "Portal" or 'G' as in "Group".