Skip to content
Extraits de code Groupes Projets
Valider bbe5f562 rédigé par maxwell's avatar maxwell
Parcourir les fichiers

you can now mention in the bookmarklet

parent 98820c08
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -27,6 +27,7 @@ class StatusMessagesController < ApplicationController
def bookmarklet
@aspects = current_user.aspects
@selected_contacts = @aspects.map { |aspect| aspect.contacts }.flatten.uniq
@aspect_ids = @aspects.map{|x| x.id}
render :layout => nil
end
......
......@@ -31,6 +31,7 @@
});
#new_status_message_pane
= hidden_field_tag :contact_json, @selected_contacts.map{|contact| contact.person}.to_json
.span-15.last
#facebox_header
%h4
......
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