Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-12791

Some unnecessary views defined in odf extension

    XMLWordPrintable

Details

    Description

      Some of the views defined in module.php are not needed:

      $ViewList['upload_import'] = array(
          'script' => 'upload_import.php',
          'params' => array() );
      
      $ViewList['authenticate'] = array(
          'script' => 'authenticate.php',
          'params' => array() );
      
      $ViewList['upload_export'] = array(
          'script' => 'upload_export.php',
          'params' => array() ); 
      

      This code (together with some OO macros) was initially made as a proof of concept but is not functional in it's current state

      Attachments

        Activity

          People

            vl vl
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: