Comment 5 for bug 960866

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/5981
Committed: http://github.com/openstack/horizon/commit/0142ec0d2bf3820be8823464d0a2fa3b1680d815
Submitter: Jenkins
Branch: master

commit 0142ec0d2bf3820be8823464d0a2fa3b1680d815
Author: Gabriel Hurley <email address hidden>
Date: Thu Mar 29 18:01:58 2012 -0700

    Add preference towards single id for action handling.

    When the action handler received both a single id and multiple
    object ids (such as when a user checks multiple boxes, then selects
    a single row's action), it would previously favor the mutiple
    ids, which goes against the intention of the user. This patch
    causes it to favor the single id now.

    Fixes bug 960866.

    Change-Id: I53034589ada5792c22c2fc5144af2aee3b551eb0