Projet

Général

Profil

« Précédent | Suivant » 

Révision bff10194

Ajouté par Benjamin Dauvergne il y a environ 8 ans

remove FileWithPreviewAndStrongboxWidget (#10515)

MSP and strongbox support is removed, fargo support is moved in w.c.s.

Voir les différences:

extra/modules/myspace.py
28 28
from announces import AnnounceSubscription
29 29
from strongbox import StrongboxItem, StrongboxType
30 30
from payments import Invoice, Regie, is_payment_supported
31
import msp_ui
32 31

  
33 32
class MyInvoicesDirectory(Directory):
34 33
    _q_exports = ['']
......
422 421

  
423 422
class MyspaceDirectory(wcs.myspace.MyspaceDirectory):
424 423
    _q_exports = ['', 'profile', 'new', 'password', 'remove', 'drafts', 'forms',
425
            'announces', 'strongbox', 'invoices', 'json', 'msp']
424
            'announces', 'strongbox', 'invoices', 'json']
426 425

  
427
    msp = msp_ui.MSPDirectory()
428 426
    strongbox = StrongboxDirectory()
429 427
    invoices = MyInvoicesDirectory()
430 428
    json = JsonDirectory()

Formats disponibles : Unified diff