Bug #392
closedaudit search by user not working
Description
When searching within the audit log page, the user select is not shown properly.
I will send the patch soon.
Updated by Gustavo Soares about 14 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
Updated by Ohad Levy about 14 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
Updated by Ohad Levy about 14 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset ba85bb7675e8914f167556ff3b7689c8e6025dbe.
Updated by Ohad Levy about 14 years ago
- Status changed from Ready For Testing to Closed