Skip to content

Commit

Permalink
NXDRIVE-2791: Check behavior of Share debug popup (#3621)
Browse files Browse the repository at this point in the history
* NXDRIVE-2791: Check behavior of Share debug popup
  • Loading branch information
swetayadav1 authored Sep 29, 2022
1 parent 0b9dd8d commit f151b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/changes/5.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release date: `2022-xx-xx`
## Core

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2782](https://jira.nuxeo.com/browse/NXDRIVE-2782):Fix synchronization of files whose name contains a quote on MS Windows

### Direct Edit

Expand All @@ -30,6 +31,7 @@ Release date: `2022-xx-xx`

- [NXDRIVE-2](https://jira.nuxeo.com/browse/NXDRIVE-2):
- [NXDRIVE-2790](https://jira.nuxeo.com/browse/NXDRIVE-2790): Mac version format issue
- [NXDRIVE-2791](https://jira.nuxeo.com/browse/NXDRIVE-2791): Check behavior of Share debug popup

## Docs

Expand All @@ -52,9 +54,6 @@ Release date: `2022-xx-xx`

## Technical Changes

- Added objects.py::`SubTypeEnricher`
- Added `Remote.upload_folder_type`
- Added `Remote.get_doc_enricher`
- Updated `conftest.py.no_warnings`
- Updated .pre-commit-config.yaml:`black:rev`
- Updated posix/deploy_ci_agent.sh: ` Removed ensure_correctness function`
Expand Down
2 changes: 2 additions & 0 deletions nxdrive/gui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,9 @@ def errors_choice(state: Qt.CheckState) -> None:

# Checkboxes
em_analytics = QCheckBox(tr("SHARE_METRICS_ERROR_REPORTING"))
em_analytics.setChecked(True)
em_analytics.stateChanged.connect(errors_choice)
em_analytics.setChecked(False)
layout.addWidget(em_analytics)

cb_analytics = QCheckBox(tr("SHARE_METRICS_ANALYTICS"))
Expand Down

0 comments on commit f151b4b

Please sign in to comment.