Ignore:
Timestamp:
10/02/19 09:56:41 (5 years ago)
Author:
nanardon
Message:

OCHelper now return the name of created object

File:
1 edited

Legend:

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

    r2087 r2286  
    129129        ($status, $info) = $self->step($info); 
    130130        if ($status eq 'CREATED') { 
    131             return 1; 
     131            return $info->{name}{content}; 
    132132        } elsif ($status eq 'ERROR') { 
    133133            return; 
Note: See TracChangeset for help on using the changeset viewer.