? ? Pending

User tests: Successful: Unsuccessful:

avatar eshiol
eshiol
22 Aug 2019

Pull Request for Issue #13596.
J4 rebased PR #18052

Summary of Changes

Added two fields in the article editor featured_up (Start Featured) and featured_down (End Featured)
Cattura
An article is featured if featured is yes and (featured_up is null or is less than or is equal to now) and (featured_down is null or is greater than or is equal to now)

Testing Instructions

create 5 articles:

  1. not featured
  2. featured, featured_up = null, featured_down = null
  3. featured, featured_up = tomorrow, featured_down = null
  4. featured, featured_up = null, featured_down = yesterday
  5. featured, featured_up = yesterday, featured_down = tomorrow
    Create an Articles » Featured Articles menu item
    Create a News Flash module and set the option Featured Articles to Only show Featured Articles.

Expected result

Only the articles 2 and 5 will be shown in the Articles » Featured Articles menu item and in the News Flash module.

Actual result

Documentation Changes Required

avatar eshiol eshiol - open - 22 Aug 2019
avatar eshiol eshiol - change - 22 Aug 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Aug 2019
Category Unit Tests Repository Administration
avatar eshiol
eshiol - comment - 22 Aug 2019

commit into joomla:staging by mistake

avatar eshiol eshiol - close - 22 Aug 2019
avatar eshiol eshiol - change - 22 Aug 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-08-22 21:06:17
Closed_By eshiol
Labels Added: ? ?

Add a Comment

Login with GitHub to post a comment