Migration manual 1.3.0 to 1.4.0


  1. In the WEB-INF/param/cms-ribbon-default.xml, remplacer les occurrences de org.ametys.pdf2flash.editor.Insert by org.ametys.flipbook.editor.Insert

  2. In the WEB-INF/param/runtime.xml, remplacer les occurrences de:
    1. org.ametys.plugins.flipbook.PdfToImagesConvertor by org.ametys.plugins.flipbook.PdfToImagesConvertor
    2. org.ametys.plugins.document2flash.convertor.Pdfbox by org.ametys.plugins.flipbook.convertor.Pdfbox
    3. org.ametys.plugins.document2flash.convertor.CommandLine by org.ametys.plugins.flipbook.convertor.CommandLine


  3. En base de données, mettre à jour l'identifiant du droit pour insérer un PDF interactif
    UPDATE Rights_ProfileRights SET Right_Id='Runtime_Rights_Flipbook_Insert' WHERE Right_Id='Runtime_Rights_Pdf2Flash_Insert';

 

Back to top

Flipbook