Skip to content
Extraits de code Groupes Projets
Valider 5de93629 rédigé par ilya's avatar ilya
Parcourir les fichiers

DG IZ setting group id to nil and changing the deploy script for renaming of the repo

parent d0b2a23f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -19,7 +19,7 @@ class ApplicationController < ActionController::Base
if current_user
@groups = current_user.groups
@friends = current_user.friends
@group = params[:group] ? current_user.group_by_id(params[:group]) : current_user.groups.first
@group = params[:group] ? current_user.group_by_id(params[:group]) : nil
end
end
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter