Ignore:
Timestamp:
06/26/20 01:20:59 (4 years ago)
Author:
nanardon
Message:

la-cli: add collection command (save object list)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Cli.pm

    r2419 r2423  
    223223                    push(@objs, $obj); 
    224224                } 
    225                 $self->print("Selecting $otype " . join(', ', @ids) . "\n"); 
     225                $self->print("Selecting $otype " . join(', ', @objs) . "\n"); 
    226226                LATMOS::Accounts::Cli::Object->new( 
    227227                    Parent  => $self, 
Note: See TracChangeset for help on using the changeset viewer.