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/reports.py

    r9644 r9645  
    154154
    155155    def get_report_jobs_description(user_id=None):
    156         """Get running/completed report jobs fur `user_id` as list of tuples.
     156        """Get running/completed report jobs for `user_id` as list of tuples.
    157157
    158158        The results contain enough information to render a status page
     
    490490                continue
    491491            result.append((job_id, job.description, status,
    492                            discardable, downloadable, starttime),)
     492                           discardable, downloadable, starttime, user_name),)
    493493        return result
    494494
Note: See TracChangeset for help on using the changeset viewer.