Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3677

Adding a shared folder for all websites

      Adding a shared folder for all websites:

      • Configuration checkbox into administration
      • Automatically create or delete virtual folders for each website when option is enabled/disabled
      • Specific icon for shared folders

        1. CMS-3677.patch
          42 kB
          Bérénice Maurel
        2. folder_proxy.png
          0.7 kB
          Bérénice Maurel
        3. folder_shared.png
          0.8 kB
          Bérénice Maurel

          [CMS-3677] Adding a shared folder for all websites

          Into Init.java replace:

          valuesAsList.remove(index);

          by:

          if (index >= 0)
          {
              valuesAsList.remove(index);
          }

          Bérénice Maurel added a comment - Into Init.java replace: valuesAsList.remove(index); by: if (index >= 0) { valuesAsList.remove(index); }

          Patch into the attachment.

          Images locations :
          /Ametys - 08 WEB/main/plugin-web/resources/img/resources/folder_proxy.png
          /Ametys - 08 WEB/main/plugin-web/resources/img/resources/folder_shared.png

          Bérénice Maurel added a comment - Patch into the attachment. Images locations : /Ametys - 08 WEB/main/plugin-web/resources/img/resources/folder_proxy.png /Ametys - 08 WEB/main/plugin-web/resources/img/resources/folder_shared.png

          Don't work at all !

          It must not be deletable, nor renamable

          Furthermore, id and hierachy of shared resources and folders are wrong

          Cédric Damioli added a comment - Don't work at all ! It must not be deletable, nor renamable Furthermore, id and hierachy of shared resources and folders are wrong

          Images locations :
          /Ametys - 05 Plugin Explorer/main/plugin-explorer/resources/img/resources/folder_proxy.png
          /Ametys - 08 WEB/main/plugin-web/resources/img/resources/folder_shared.png

          Bérénice Maurel added a comment - Images locations : /Ametys - 05 Plugin Explorer/main/plugin-explorer/resources/img/resources/folder_proxy.png /Ametys - 08 WEB/main/plugin-web/resources/img/resources/folder_shared.png

            cedric Cédric Damioli
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: