-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Délégation de compte: ETQ gestionnaire je peux contacter les gestionnaires des groupes parents #9846
Conversation
8aa0439
to
8bc9d46
Compare
8bc9d46
to
1811383
Compare
1811383
to
22e53e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quelques retours, surtout un sujet avec view trop compliquée et dure à suivre
app/controllers/gestionnaires/groupe_gestionnaire_commentaires_controller.rb
Outdated
Show resolved
Hide resolved
end | ||
|
||
def create | ||
@commentaire = @groupe_gestionnaire.commentaire_groupe_gestionnaires.create(commentaire_params.merge(sender_id: @last_commentaire.sender_id, sender_type: @last_commentaire.sender_type, gestionnaire: current_gestionnaire)) | ||
@commentaire = @last_commentaire.groupe_gestionnaire.commentaire_groupe_gestionnaires.create(commentaire_params.merge(sender_id: @last_commentaire.sender_id, sender_type: @last_commentaire.sender_type, gestionnaire: current_gestionnaire)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
peut-être que ça passe pour être plus concis :
@commentaire = @last_commentaire.groupe_gestionnaire.commentaire_groupe_gestionnaires.create(commentaire_params.merge(sender_id: @last_commentaire.sender_id, sender_type: @last_commentaire.sender_type, gestionnaire: current_gestionnaire)) | |
@commentaire = @last_commentaire.groupe_gestionnaire.commentaire_groupe_gestionnaires.create(commentaire_params.merge(sender: @last_commentaire.sender, gestionnaire: current_gestionnaire)) |
app/controllers/gestionnaires/groupe_gestionnaire_commentaires_controller.rb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beaucoup de logique compliquée dans le vue, y compris du SQL. Ce serait envisageable de remonter ça dans le controller,(ou à défaut dans le modèle ou component…) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK on a vu le fix dans la PR d'après !
app/views/gestionnaires/groupe_gestionnaire_commentaires/parent_groupe_gestionnaire.haml
Show resolved
Hide resolved
22e53e5
to
f02c0da
Compare
d19ca25
to
08cffda
Compare
48644ae
#9111
ETQ super-admin, déléguer la création des comptes administrateurs à des "gestionnaires de groupe - USER STORIES
ETQ super-admin, déléguer la création des comptes administrateurs à des "gestionnaires de groupe - LOT 5 de DEV
US 4.3.2.1 contacter les gestionnaires groupe parent par formulaire