Guest User

Untitled

a guest
Jul 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $self->prepare_ajax_search( $c,
  2. { target_type => 'Application',
  3. search_spec => { 'application.opp_id' =>
  4. $c->stash->{'opp'}->id()
  5. },
  6. stash_vars => { 'replace_data' => [
  7. { key => 'custom_lnk',
  8. value => $custom_lnk
  9. }
  10. ],
  11. },
  12. } );
Add Comment
Please, Sign In to add comment