Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

The method openSettingsPush on the angular service uSyncPublishDialogManager could not be found #149

Closed lbras closed 2 years ago

lbras commented 2 years ago

I set up a barebones Umbraco install to try the latest uSync 8.x version. I get the following error on the browser console when clicking on a server's Sync Settings menu button:

The method openSettingsPush on the angular service uSyncPublishDialogManager could not be found

My \App_Plugins\uSyncPublisher\resources\uSyncPublishDialogManager.js doesn't have an openSettingsPush method, but the previous version (from source control) had.

Version:

To Reproduce Steps to reproduce the behavior:

  1. Go to Settings and expand uSync Publisher
  2. Right-click on a server to show the context menu
  3. Click Sync Settings
  4. See error in browser console

Screenshots image

KevinJump commented 2 years ago

thanks, we have fixed this for the next release, along with adding a distinction between push and pull

image

For now these menu options mimic the option at the top right of the server config page - which is the thing we did update in a previous release but forgot to also change refrences in this menu.

image