fix: backend url variable name made consistent#489
fix: backend url variable name made consistent#489SGI-CAPP-AT2 merged 1 commit intoCCExtractor:mainfrom TomJohnZ:main
Conversation
--- Fixed simple typo for backend ccsync url variable name
|
@SGI-CAPP-AT2 Thanks for the quick response! However, I believe #457 fixed a related, but different, issue. I am currently trying to setup It is my understanding that #457 fixes a name mismatch for setting/reading the "Taskchampion sync" setting toggle. However, this PR is fixing a name mismatch for setting/handling the "CCSync Backend URL" textbox under "Configure TaskChampion". It seems that the PR which introduced the URL input (#429) originally used the name However, it was not updated in the setter: Therefore, this mismatch means that a "CCSync Backend URL" will not actually be saved anywhere, causing sync attempts to fail. |
|
Yeah @TomJohnZ , I'll test the PR and will merge soon. Thank you for explaining. |
--- Fixed simple typo for backend ccsync url variable name
Fixed simple typo for backend ccsync url variable name
Description
Changes
ManageTaskChampionCredsurl setter (championApiUrl) to matchCredentialsStorageurl getter (ccsyncBackendUrl)Fixes #(455)
Checklist