Ignore:
Timestamp:
2013-01-08T14:13:09+13:00 (11 years ago)
Author:
davidb
Message:

The html to expeditee feature will now obtain a matching assocfilepath for each frame and write this value out to the frame as a piece of text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/perllib/cgiactions/HtmlToExpediteeAction.pm

    r24938 r26596  
    5050{
    5151    "generate-frame"     => { 'compulsory-args' => [ "fn", "json" ],
    52                   'optional-args'   => [] },
     52                  'optional-args'   => ["assoc"] },
    5353};
    5454
     
    7878
    7979    my $fn = $self->{'fn'};
     80   
     81    my $assoc = $self->{'assoc'};
    8082
    8183    # no need to lock collection (??), the operation is read only
     
    9597    $expeditee_frame_io->buildFrame($exp_frame_tree);
    9698
    97     if ($expeditee_frame_io->saveFrame("$fn.exp")) {
     99    if ($expeditee_frame_io->saveFrame("$fn.exp",$assoc)) {
    98100   
    99101    # write out next free frame num
Note: See TracChangeset for help on using the changeset viewer.