socia-platform / htwplus

The social network and new eLearning system for HTW-Berlin.
http://plus.htw-berlin.de
MIT License
14 stars 8 forks source link

Notification for new media in folder not working #145

Closed fabiankirstein closed 8 years ago

fabiankirstein commented 8 years ago

When you upload a new file to a folder no notification is created. The reason is that a folder has no group assigned to it. That's why the notification is never created: https://github.com/socia-platform/htwplus/blob/master/app/models/Media.java#L64

I'm not sure what the best way to fix it is? Probably always set a group for a folder.

IvenZ commented 8 years ago

my fault i only tested it with media in root folders now it should work additional: correct notification-link if a media is within a subfolder

IvenZ commented 8 years ago

deployed