diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 2f6ab6d4..61d88a46 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,11 +1,7 @@ 7.06.04 -Fixed bug in `gam report ` where a report with no activities +was not displaying any output. 7.06.03 diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 2736f9d5..b7b31be0 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -14145,6 +14145,7 @@ def doReport(): startDateTime += oneDay csvPF.writeCSVfile(f'Customer Report - {tryDate}') else: # activityReports + csvPF.SetTitles('name') if addCSVData: csvPF.AddTitles(sorted(addCSVData.keys())) if select: @@ -14304,7 +14305,6 @@ def doReport(): if addCSVData: row.update(addCSVData) csvPF.WriteRowTitles(row) - csvPF.SetSortTitles(['name']) else: if eventRowFilter: csvPF.SetRowFilter([], GC.Values[GC.CSV_OUTPUT_ROW_FILTER_MODE]) diff --git a/src/requirements.txt b/src/requirements.txt index a170b600..ba6bea94 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,12 +3,12 @@ cryptography distro; sys_platform=='linux' filelock google-api-python-client>=2.166.0 -google-auth-httplib2 +google-auth-httplib2>-0.2.0 google-auth-oauthlib>=1.2.1 -google-auth>=2.3.2 -httplib2>=0.17.0 +google-auth>=2.38.0 +httplib2>=0.22.0 lxml -passlib>=1.7.2 +passlib>=1.7.4 pathvalidate python-dateutil -yubikey-manager[yubikey]>=5.2.0 +yubikey-manager[yubikey]>=5.6.1 diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 733fbfc3..9e8c1794 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -12,12 +12,8 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins ### 7.06.04 -Fixed bug in `gam report ... shownoactivities` where an event with no activities -was not properly displaying the following: -``` -name -NoActivities -``` +Fixed bug in `gam report ` where a report with no activities +was not displaying any output. ### 7.06.03