Skip to content
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

ajoute le _blank pour le lien vers les forums #4522

Merged
merged 2 commits into from
Aug 12, 2017

Conversation

artragis
Copy link
Member

Q R
Type de modification correction de bug
Ticket(s) (issue(s)) concerné(s) #4460

QA

  • avec une instance qui a elastic-search
  • créez un nouveau sujet
  • dans la liste des "sujets similaires", cliquez sur le lien "sur le form {ici le lien}" et assurez-vous que cela s'ouvre dans un autre onglet
  • Code review

Copy link
Member

@pierre-24 pierre-24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rapport de QA: quasiment

@@ -33,7 +33,7 @@
$title = $("<a></a>").attr("target", "_blank");
$title.text(topic.title).attr("href", topic.url).attr("title", topic.subtitle);
var $topicDate = new Date(topic.pubdate).toLocaleDateString();
var $forumLink = $("<a></a>").text(topic.forumTitle).attr("href", topic.forumUrl);
var $forumLink = $("<a></a>").text(topic.forumTitle).attr("href", topic.forumUrl).attr("target", "_blank");
$("<li></li>").text(" dans le forum ").append($forumLink).append(" le " + $topicDate).prepend($title).appendTo($ul);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Du coup, faudrait faire de même sur le lien du forum, question de logique :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

il y es déjà non?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Donc, en ayant rebuildé le front, ça va mieux :)

@pierre-24 pierre-24 added this to the Version de développement milestone Aug 12, 2017
@pierre-24 pierre-24 added C-Front Concerne l'interface du site S-Évolution labels Aug 12, 2017
@artragis artragis added S-BUG Corrige un problème and removed S-Évolution labels Aug 12, 2017
@pierre-24 pierre-24 merged commit 996129f into zestedesavoir:dev Aug 12, 2017
@artragis artragis deleted the fix_4460 branch April 25, 2021 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Front Concerne l'interface du site S-BUG Corrige un problème
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants