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

Add filter by Due Date #1755

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2021

  1. Add filter by Due Date

    I've copied the LAST_UPDATED filter as DUE.
    
    Fixes #28669
    
    Signed-off-by: Damien Regad <dregad@mantisbt.org>
    tgulacsi authored and dregad committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    00edbbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318d792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24f21f6 View commit details
    Browse the repository at this point in the history
  4. Display 'any' when no date filter is applied

    The Date Submitted / Last Updated and Due Date filters display 'No' when
    no filter exists. This is not consistent with other filter fields.
    
    This changes the display value to 'any', to be consistent.
    
    Fixes #28831
    dregad committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    c62b4c0 View commit details
    Browse the repository at this point in the history
  5. Remove "Filter by" from Date filters' labels

    Until now, the labels for "Date Submitted" and "Last Updated" filters
    were displayed with a "Filter by" prefix, making them longer than
    necessary.
    
    This commit removes the prefix, leaving just the date field's name as
    filter label; the full description (i.e. "Filter by xxxx") is now
    displayed only as label for the checkbox to enable/disable the filter
    when it is expanded).
    
    Fixes #28831
    dregad committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    ef4328f View commit details
    Browse the repository at this point in the history