myhnuhai / seafile

Automatically exported from code.google.com/p/seafile
0 stars 0 forks source link

Share settings are not transferred when transferring ownership of a library #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Share a library with a group
2. Transfer the library to another user
3. The share setting is not transferred to the new user, but stays with the 
original one.

What is the expected output? What do you see instead?

I expect that the complete library, including all settings and share settings
is transferred. Instead the share settings stay with the original owner.

What version of the product are you using? On what operating system?

3.1.6, Linux (Ubuntu)

Please provide any additional information below.

Original issue reported on code.google.com by christia...@googlemail.com on 8 Oct 2014 at 8:47

GoogleCodeExporter commented 8 years ago
after line 
./seaf-cli init -d ~/seafile-client:

Traceback (most recent call last):
  File "/home/balin/Descargas/seafile-cli-2.0.6/bin/seaf-cli.py", line 80, in <module>
    import ccnet
  File "/home/balin/Descargas/seafile-cli-2.0.6/lib64/python2.6/site-packages/ccnet/__init__.py", line 5, in <module>
    from ccnet.rpc import RpcClientBase, CcnetRpcClient, CcnetThreadedRpcClient
  File "/home/balin/Descargas/seafile-cli-2.0.6/lib64/python2.6/site-packages/ccnet/rpc.py", line 1, in <module>
    from pysearpc import SearpcClient, searpc_func, SearpcError
  File "/home/balin/Descargas/seafile-cli-2.0.6/lib64/python2.6/site-packages/pysearpc/__init__.py", line 2, in <module>
    from client import SearpcClient, searpc_func, SearpcObjEncoder
  File "/home/balin/Descargas/seafile-cli-2.0.6/lib64/python2.6/site-packages/pysearpc/client.py", line 1, in <module>
    import simplejson as json
ImportError: No module named simplejson

Original comment by alvaronu...@gmail.com on 31 Oct 2014 at 10:07