Ignore:
Timestamp:
16 Nov 2012, 10:17:52 (12 years ago)
Author:
Henrik Bettermann
Message:

Add permission to roles.

Show user id on reports page.

Show reports of all users (to be discussed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/tests/test_reports.py

    r9644 r9645  
    395395        self.assertEqual(
    396396            result,
    397             [('2', 'Report 1 ()', u'running', False, False, None),]
     397            [('2', 'Report 1 ()', u'running', False, False, None, 'bob'),]
    398398            )
    399399        return
Note: See TracChangeset for help on using the changeset viewer.