[anaconda:rhel7/master] Cover both possible ways that GUI WWID may have been set (#1074184)

David Shea dshea at redhat.com
Mon Mar 10 21:11:04 UTC 2014


On 03/10/2014 12:28 PM, mulhern wrote:
> Resolves: rhbz#1074184
>
> All the pages on the filter screen interact with the same backing store,
> and each page can add different items to that backing store.
> Although Multipath page uses wwid attribute of multipath device Other page
> synthesizes a wwid using the internal _long_identifier() method.
> When filtering by wwid in Search page, need to check for both possible
> values of WWID. Do not need to check for both when filtering on Multipath
> page, as all devices for which ismember is True are multipath.
> Moved _long_identifier() method up into parent class, so that SearchPage
> could access it directly.
>
> Signed-off-by: mulhern <amulhern at redhat.com>
> ---
>   pyanaconda/ui/gui/spokes/filter.py | 26 +++++++++++++-------------
>   1 file changed, 13 insertions(+), 13 deletions(-)

Ack.



More information about the anaconda-patches mailing list