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

Group-switches in the configuration panel

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 3.9
    • None
    • None
    • None

      org.ametys.runtime.util.parameter.ParameterHelper modified to allow the saving of blank values ( even if mandatory ) when the corresponding group-switch is unchecked.
      edit.xsl, Config.i18n.js have also been modified and group switches have been added in the repository plugin ( for the automatic unlocking ) and also in the cms plugin ( for the contents purge, the broken links and the automatic save )

          [CMS-5478] Group-switches in the configuration panel

          Addition of the parameter archive.scheduler.enabled in the template

          Quentin Glinel-Mortreuil (Inactive) added a comment - Addition of the parameter archive.scheduler.enabled in the template

          Updating the patch to avoid conficts

          Quentin Glinel-Mortreuil (Inactive) added a comment - Updating the patch to avoid conficts

          Once this is patched, a modification has to be made in the plugin.xml in the default-workflow folder of the Template CMS project.

          <extension id="org.ametys.cms.workflow.ScheduleArchiving"
          point="org.ametys.cms.ribbon.RibbonControlsManager"
          class="org.ametys.runtime.ui.StaticClientSideElement">
          

          will have to be replaced by :

          <extension id="org.ametys.cms.workflow.ScheduleArchiving"
          point="org.ametys.cms.ribbon.RibbonControlsManager"
          class="org.ametys.cms.clientsideelement.ScheduleArchivingClientSideElement">
          

          Quentin Glinel-Mortreuil (Inactive) added a comment - Once this is patched, a modification has to be made in the plugin.xml in the default-workflow folder of the Template CMS project. <extension id= "org.ametys.cms.workflow.ScheduleArchiving" point= "org.ametys.cms.ribbon.RibbonControlsManager" class= "org.ametys.runtime.ui.StaticClientSideElement" > will have to be replaced by : <extension id= "org.ametys.cms.workflow.ScheduleArchiving" point= "org.ametys.cms.ribbon.RibbonControlsManager" class= "org.ametys.cms.clientsideelement.ScheduleArchivingClientSideElement" >

          This patch adds group-switches on the reminders on content and on the scheduled archiving. Unchecking them will disable the corresponding options in the cms ( but if reminders or scheduled archiving were previously set, they will remain unmodified ).

          Quentin Glinel-Mortreuil (Inactive) added a comment - This patch adds group-switches on the reminders on content and on the scheduled archiving . Unchecking them will disable the corresponding options in the cms ( but if reminders or scheduled archiving were previously set, they will remain unmodified ).

          Improvement of the messages

          Quentin Glinel-Mortreuil (Inactive) added a comment - Improvement of the messages

            Unassigned Unassigned
            quentin Quentin Glinel-Mortreuil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: