Revision 521

Date:
2015/10/29 10:30:43
Author:
ahitrov
Revision Log:
While moving from non-main section don't loose main section.

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/comps/contenido/sections.html

     
    342 342 if ( $ARGS{move} ) {
    343 343 @sections = grep { $_ != $owner->id } @sections;
    344 344 }
    345 unshift @sections, $parent_new->id;
    345 push @sections, $parent_new->id;
    346 346 }
    347 347 $object->sections( @sections );
    348 348 } else {