Comment 2 for bug 1800600

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

Reviewed: https://review.openstack.org/614140
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ac88796410802181860587eab257461f679b7f78
Submitter: Zuul
Branch: master

commit ac88796410802181860587eab257461f679b7f78
Author: wangliangyu <email address hidden>
Date: Tue Oct 30 16:14:55 2018 +0800

    Raise NotFound error when retrieved by not uuid

    On identity-projects page:
      Retrieve project list filtered by id which is not uuid format like '%',
    there will throw an error message on top-right page.
    And the same for identity-users page.

    It is reasonable that return an empty list without error prompt.

    Change-Id: I65aec86f4d894a9789eef6fc093ed95a95c46d9f
    Closes-Bug: #1800600