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
        2. folder_proxy.png
          folder_proxy.png
          0.7 kB
        3. folder_shared.png
          folder_shared.png
          0.8 kB

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

          Bérénice Maurel made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Cédric Damioli made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Reopened [ 4 ] New: Resolved [ 5 ]
          Cédric Damioli made changes -
          Link Original: This issue Est bloqué par EXPLORER-200 [ EXPLORER-200 ]
          Cédric Damioli made changes -
          Assignee Original: Bérénice Maurel [ bmaurel ] New: Cédric Damioli [ cedric ]

          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); }
          Cédric Damioli made changes -
          Resolution Original: Fixed [ 1 ]
          Status Original: Resolved [ 5 ] New: Reopened [ 4 ]
          Cédric Damioli made changes -
          Fix Version/s New: 3.5 [ 11387 ]
          Bérénice Maurel made changes -
          Link New: This issue Est référencé par CMS-3684 [ CMS-3684 ]
          Bérénice Maurel made changes -
          Attachment New: CMS-3677.patch [ 12620 ]
          Bérénice Maurel made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Reopened [ 4 ] New: Resolved [ 5 ]

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

              Created:
              Updated:
              Resolved: