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

Matching GUI: tweaks and fixes #419

Merged
merged 4 commits into from
Mar 28, 2016
Merged

Commits on Mar 28, 2016

  1. Matching GUI: Only select if visible & not disabled

    When selecting all, only select if the element is visible and not
    disabled.
    Hwesta committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    beaca91 View commit details
    Browse the repository at this point in the history
  2. Matching GUI: resource_id optional in template

    Resource component display (views_as.ingest_upload_as_resource_component)
    don't know the resource_id, so don't require it for the breadcrumbs.
    
    Be explicit about what is being passed to the template.
    Hwesta committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    868081b View commit details
    Browse the repository at this point in the history
  3. Matching GUI: Ignore case when sorting

    Convert everything to lower case in JS when sorting.
    Hwesta committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    b6e1d4c View commit details
    Browse the repository at this point in the history
  4. Matching GUI: Sort by dates

    Sort by dates as strings, no semantic parsing.
    Hwesta committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    9d3ecb2 View commit details
    Browse the repository at this point in the history