collective / collective.dancing

New repository for singing & dancing
2 stars 10 forks source link

Respect subscribeable #30

Closed frisi closed 7 years ago

frisi commented 7 years ago

do not allow to subscribe to channels closed for subscriptions

Currently channel.subscribeable only affects if the channel is listed in subscription forms, but the naming suggest, that setting this to False would not allow users to subscribe to this channel at all.

This PR shows a message that the user can't subscribe to the channel if channel.subscribeable==False. The subscription form will be hidden in this case.

frisi commented 7 years ago

@ivanteoh @saily @cekk and @ale-rt i'm pinging you for feedback as you where the last people commiting to this project

cekk commented 7 years ago

+1

frisi commented 7 years ago

thanks for your feedback @ale-rt and @cekk