Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy pad causes the pad to load for other user. #3125

Closed
kernelfreak opened this issue Jan 18, 2017 · 1 comment
Closed

Copy pad causes the pad to load for other user. #3125

kernelfreak opened this issue Jan 18, 2017 · 1 comment

Comments

@kernelfreak
Copy link

Hello friends,

We are using Etherpad for one of our projects and we are facing a problem with copyPad functionality. When we call the function copyPad(padId);, the pad does get copied correctly, but whichever other user is accessing the pad, gets a loading page. Even if the pad is currently opened, they get a loading image.

Is this a known issue?

code for copyPad()

  public void copyPad(String sourcePadId, String destinationPadId){
       this.client.copyPad(sourcePadId,destinationPadId,true);
   }

Thank you.

@lpagliari
Copy link
Contributor

#3183 is about the same issue, closing this one and keeping the discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants