Project

General

Profile

Actions

Bug #392

closed

audit search by user not working

Added by Gustavo Soares over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Audit Log
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When searching within the audit log page, the user select is not shown properly.

I will send the patch soon.

Actions #1

Updated by Gustavo Soares over 13 years ago

The select element not shown properly, because the field username is not populated correctly.

mysql> select distinct username from audits;
-------- | username |
-------- | NULL |
--------
1 row in set (0.01 sec)

Here is the patch

http://github.com/gustavosoares/foreman/commit/be189c6f962d0e190b693c12015ec70e8b9211c2

Actions #2

Updated by Ohad Levy over 13 years ago

  • Category set to Audit Log
  • Assignee set to Ohad Levy
  • Target version set to 0.1-6

Gustavo Soares wrote:

The select element not shown properly, because the field username is not populated correctly.

mysql> select distinct username from audits;
-------- | username |
-------- | NULL |
--------
1 row in set (0.01 sec)

Here is the patch

http://github.com/gustavosoares/foreman/commit/be189c6f962d0e190b693c12015ec70e8b9211c2

Actions #3

Updated by Ohad Levy over 13 years ago

  • Status changed from New to Ready For Testing
  • % Done changed from 0 to 100
Actions #4

Updated by Ohad Levy over 13 years ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF