Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
P
parlote-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
parlote-facil
Validations
c7a0b053
Non vérifiée
Valider
c7a0b053
rédigé
8 years ago
par
Justin Ramos
Validation de
Steffen van Bergerem
8 years ago
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
fixing invitations modal visibility issue
closes #7191
parent
37b34237
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
Changelog.md
+1
-0
1 ajout, 0 suppression
Changelog.md
app/views/shared/_invitations.haml
+5
-4
5 ajouts, 4 suppressions
app/views/shared/_invitations.haml
features/desktop/invitations.feature
+10
-1
10 ajouts, 1 suppression
features/desktop/invitations.feature
avec
16 ajouts
et
5 suppressions
Changelog.md
+
1
−
0
Voir le fichier @
c7a0b053
...
...
@@ -9,6 +9,7 @@
*
Fix fetching comments after fetching likes
[
#7167
](
https://github.com/diaspora/diaspora/pull/7167
)
*
Hide 'reshare' button on already reshared posts
[
#7169
](
https://github.com/diaspora/diaspora/pull/7169
)
*
Only reload profile header when changing aspect memberships
[
#7183
](
https://github.com/diaspora/diaspora/pull/7183
)
*
Fix visiblity on invitation modal when opening it from the stream
[
#7191
](
https://github.com/diaspora/diaspora/pull/7191
)
## Features
*
Show spinner when loading comments in the stream
[
#7170
](
https://github.com/diaspora/diaspora/pull/7170
)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
app/views/shared/_invitations.haml
+
5
−
4
Voir le fichier @
c7a0b053
...
...
@@ -3,7 +3,8 @@
.invitations-link.btn.btn-link
#invitations-button
{
"data-toggle"
=>
"modal"
}
=
t
(
".by_email"
)
=
render
"shared/modal"
,
path:
new_user_invitation_path
,
id:
"invitationsModal"
,
title:
t
(
"invitations.new.invite_someone_to_join"
)
-
content_for
:after_content
do
=
render
"shared/modal"
,
path:
new_user_invitation_path
,
id:
"invitationsModal"
,
title:
t
(
"invitations.new.invite_someone_to_join"
)
Ce diff est replié.
Cliquez pour l'agrandir.
features/desktop/invitations.feature
+
10
−
1
Voir le fichier @
c7a0b053
...
...
@@ -39,7 +39,7 @@ Feature: Invitations
And
I click on selector
"#invitations-button"
Then
I should see one less invite
Scenario
:
sends an invitation
Scenario
:
sends an invitation
from the sidebar
When
I sign in as
"alice@alice.alice"
And
I click on
"Invite your friends"
navbar title
And
I click on selector
"#invitations-button"
...
...
@@ -49,6 +49,15 @@ Feature: Invitations
Then
I should have 1 Devise email delivery
And
I should not see
"change your notification settings"
in the last sent email
Scenario
:
sends an invitation from the stream
When
I sign in as
"alice@alice.alice"
And
I press the first
"a.invitations-link"
within
"#no_contacts"
And I fill in the following
:
|
email_inviter_emails
|
alex@example.com
|
And
I
press
"Send
an
invitation"
Then
I should have 1 Devise email delivery
And
I should not see
"change your notification settings"
in the last sent email
Scenario
:
sends an invitation from the people search page
When
I sign in as
"alice@alice.alice"
And
I search for
"test"
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter