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

Media library without access to create folders

    XMLWordPrintable

Details

    Description

      Because of changes to admin2 you're not able to create folders to media library without adding media class-group to folder class.

      Possible solution:

      Index: kernel/sql/common/cleandata.sql
      ===================================================================
      --- kernel/sql/common/cleandata.sql        (revision 25031)
      +++ kernel/sql/common/cleandata.sql        (working copy)
      @@ -3517,6 +3517,17 @@
         group_id,
         group_name
       ) VALUES (
      +  1,
      +  0,
      +  3,
      +  'Media'
      +);
      +INSERT INTO ezcontentclass_classgroup (
      +  contentclass_id,
      +  contentclass_version,
      +  group_id,
      +  group_name
      +) VALUES (
         2,
         0,
         1,
      

      Attachments

        Activity

          People

            ls ls
            cpg cpg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: