Ignore:
Timestamp:
May 25, 2011, 11:01:55 AM (13 years ago)
Author:
plg
Message:

bug 1786 fixed: ability to prefilter the synchronize screen with a specific
album by clicking on the new "Synchronize" icon on album admin page or album
admin list.

This is not the solution proposed by Gotcha (ie a treeview to select the album
on the synchronize screen) but it solves the same problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/site_update.php

    r8728 r11040  
    810810      'meta_empty_overrides'  => false,
    811811    );
    812 
     812 
    813813  $cat_selected = array();
     814
     815  if (isset($_GET['cat_id']))
     816  {
     817    check_input_parameter('cat_id', $_GET, false, PATTERN_ID);
     818
     819    $cat_selected = array($_GET['cat_id']);
     820    $tpl_introduction['sync'] = 'files';
     821  }
    814822}
    815823
Note: See TracChangeset for help on using the changeset viewer.