hotline#119199 : an article would not be display on end of publication
2 unresolved threads
Merge request reports
Activity
Filter activity
aaaaaah, on avait pas compris en voyant la diff qu'il s'agissait de réconcilier 2 comportements.
Dans ce cas, la question a-t-elle été posée à des fonctionnels de savoir s'il fallait plutôt considéré la date de fin de publication comme inclue ou exclue ?
Sinon, techniquement puisque le champ est un champ date qui ne contient pas d'heure, pourquoi s'embêter avec des calculs de seconde plutôt que de comparer des jours (comme le fait le sql) ?
added 1 commit
- 9dc333e2 - hotline#119199 : an article would not be display on end of publication
- Resolved by Henri-Damien LAURENT
765 765 766 766 /** @test */ 767 767 public function permalinkShouldContainsArticleAbsoluteUrl() { 768 $this->assertXPath('//img[contains(@class, "permalink")][@data-url="http://localhost' . BASE_URL . '/cms/articleview/id/4"]'); 768 $this->assertXPath('//img[contains(@class, "permalink")][@data-url="'.Class_Url::getProtocol().'localhost' . BASE_URL . '/cms/articleview/id/4"]'); changed this line in version 4 of the diff
added 1 commit
- 34f29a65 - hotline#119199 : an article would not be display on end of publication
added 1 commit
- 3d2ff3f8 - hotline#119199 : an article would not be display on end of publication
added 1 commit
- b536c6af - hotline#119199 : an article would not be display on end of publication
- Resolved by Henri-Damien LAURENT
added 1 commit
- 5e79a97b - hotline#119199 : an article would not be display on end of publication
mentioned in commit 664ff8e2