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
I have a survey team and I gave some Read-only access to the project. They make changes to the project and then they try to pull the changes from upstream.
Currently the app tries to do both:
Upload changes from the read-only user
Apply the upstream changes
This results in failure to sync and hence not possible to apply upstream changes to the Read-only users. The work-around is to delete and redownload the project. For a large project and limited bandwidth, this is not really feasible with 10s of users.
It would be good for the app to prompt the users, you don't have permission to upload your change and your local changes will be overwritten after the sync.
The text was updated successfully, but these errors were encountered:
I have a survey team and I gave some Read-only access to the project. They make changes to the project and then they try to pull the changes from upstream.
Currently the app tries to do both:
This results in failure to sync and hence not possible to apply upstream changes to the Read-only users. The work-around is to delete and redownload the project. For a large project and limited bandwidth, this is not really feasible with 10s of users.
It would be good for the app to prompt the users, you don't have permission to upload your change and your local changes will be overwritten after the sync.
The text was updated successfully, but these errors were encountered: