mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
Fixed bug in gam report <ActivityApplictionName>
This commit is contained in:
parent
8eed07cb2e
commit
a55f065cfb
@ -1,11 +1,7 @@
|
|||||||
7.06.04
|
7.06.04
|
||||||
|
|
||||||
Fixed bug in `gam report <ActivityApplictionName ... shownoactivities` where an event with no activities
|
Fixed bug in `gam report <ActivityApplictionName>` where a report with no activities
|
||||||
was not properly displaying the following:
|
was not displaying any output.
|
||||||
```
|
|
||||||
name
|
|
||||||
NoActivities
|
|
||||||
```
|
|
||||||
|
|
||||||
7.06.03
|
7.06.03
|
||||||
|
|
||||||
|
@ -14145,6 +14145,7 @@ def doReport():
|
|||||||
startDateTime += oneDay
|
startDateTime += oneDay
|
||||||
csvPF.writeCSVfile(f'Customer Report - {tryDate}')
|
csvPF.writeCSVfile(f'Customer Report - {tryDate}')
|
||||||
else: # activityReports
|
else: # activityReports
|
||||||
|
csvPF.SetTitles('name')
|
||||||
if addCSVData:
|
if addCSVData:
|
||||||
csvPF.AddTitles(sorted(addCSVData.keys()))
|
csvPF.AddTitles(sorted(addCSVData.keys()))
|
||||||
if select:
|
if select:
|
||||||
@ -14304,7 +14305,6 @@ def doReport():
|
|||||||
if addCSVData:
|
if addCSVData:
|
||||||
row.update(addCSVData)
|
row.update(addCSVData)
|
||||||
csvPF.WriteRowTitles(row)
|
csvPF.WriteRowTitles(row)
|
||||||
csvPF.SetSortTitles(['name'])
|
|
||||||
else:
|
else:
|
||||||
if eventRowFilter:
|
if eventRowFilter:
|
||||||
csvPF.SetRowFilter([], GC.Values[GC.CSV_OUTPUT_ROW_FILTER_MODE])
|
csvPF.SetRowFilter([], GC.Values[GC.CSV_OUTPUT_ROW_FILTER_MODE])
|
||||||
|
@ -3,12 +3,12 @@ cryptography
|
|||||||
distro; sys_platform=='linux'
|
distro; sys_platform=='linux'
|
||||||
filelock
|
filelock
|
||||||
google-api-python-client>=2.166.0
|
google-api-python-client>=2.166.0
|
||||||
google-auth-httplib2
|
google-auth-httplib2>-0.2.0
|
||||||
google-auth-oauthlib>=1.2.1
|
google-auth-oauthlib>=1.2.1
|
||||||
google-auth>=2.3.2
|
google-auth>=2.38.0
|
||||||
httplib2>=0.17.0
|
httplib2>=0.22.0
|
||||||
lxml
|
lxml
|
||||||
passlib>=1.7.2
|
passlib>=1.7.4
|
||||||
pathvalidate
|
pathvalidate
|
||||||
python-dateutil
|
python-dateutil
|
||||||
yubikey-manager[yubikey]>=5.2.0
|
yubikey-manager[yubikey]>=5.6.1
|
||||||
|
@ -12,12 +12,8 @@ See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Ins
|
|||||||
|
|
||||||
### 7.06.04
|
### 7.06.04
|
||||||
|
|
||||||
Fixed bug in `gam report <ActivityApplictionName> ... shownoactivities` where an event with no activities
|
Fixed bug in `gam report <ActivityApplictionName>` where a report with no activities
|
||||||
was not properly displaying the following:
|
was not displaying any output.
|
||||||
```
|
|
||||||
name
|
|
||||||
NoActivities
|
|
||||||
```
|
|
||||||
|
|
||||||
### 7.06.03
|
### 7.06.03
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user