Closed fabiankirstein closed 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.
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
deployed
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.