Feature/jira project knowledge #8

Open
gitea-admin wants to merge 9 commits from feature/jira-project-knowledge into develop
Showing only changes of commit 2d0f2bfffc - Show all commits
+3
View File
@@ -235,6 +235,9 @@ class JiraConnectDialog(QDialog):
def _trigger_sync(self) -> None:
"""Trigger a background sync job using JiraSyncService."""
# Save current form values to config before syncing — otherwise the
# sync job reads stale/empty config if the user hasn't clicked Save yet.
self._save()
self.sync_status.setText(tr("connectors.jira_kb_syncing"))
self.sync_btn.setEnabled(False)