Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#377: [User Interface] Batch change navigation group for all sections

Some days ago I found myself in the need of changing the navigation group of all my sections. I had to manually click on every section in order to achieve this task. Perhaps it would be more easy to do that if the select box at the bottom of the Sections page could have as many options element as the number of already existent navigation groups.

Example:

<select name="with-selected"> 
   <option value="">With Selected...</option> 
   <option value="delete" class="confirm">Delete</option> 
   <option value="delete-entries" class="confirm">Delete Entries</option>

   <optgroup label="Set navigation group">
      <option value="navgroup-content">Content</option> 
      <option value="navgroup-publish">Publish</option>
      <option value="navgroup-extra">Extra</option>
   </optgroup>
</select> 

Sounds more like a feature request to me. So it should be considered for Symphony 3 — not for Symphony 2.

In the past I had to do batch jobs like this, too. I learned that you can do it rather fast if you simply open a new browser tab for every section.

Ah, yes, it’s meant to be a feature request. :)

Pending review by Brendan.

Implemented in this commit :)

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details