You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this logic is incorrect: if there's a LanguageDepotRepoUri set in the LfMerge global settings, it will (of course) not be project-specific and not contain a project identifier. And so if someone sets the LanguageDepotRepoUri setting in the global config file, every project will fail to Send/Receive because GetSyncUri will start returning URIs with no project identifier in them.
The logic for handling a non-empty settings.LanguageDepotRepoUri value needs to include the project identifier in the URL.
The text was updated successfully, but these errors were encountered:
The ChorusHelper URI builder has the following code in
GetSyncUri()
:But this logic is incorrect: if there's a
LanguageDepotRepoUri
set in the LfMerge global settings, it will (of course) not be project-specific and not contain a project identifier. And so if someone sets theLanguageDepotRepoUri
setting in the global config file, every project will fail to Send/Receive because GetSyncUri will start returning URIs with no project identifier in them.The logic for handling a non-empty
settings.LanguageDepotRepoUri
value needs to include the project identifier in the URL.The text was updated successfully, but these errors were encountered: