Ignore:
Timestamp:
Jan 3, 2015, 7:34:55 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Form class ItemActions changed to define URL using #RowId instead of addition of &i=number.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Finance.php

    r720 r721  
    454454      ),
    455455      'ItemActions' => array(
    456         array('Caption' => 'Import plateb z banky', 'URL' => '/finance/import-api/'),
    457         array('Caption' => 'Import plateb ze souboru', 'URL' => '/finance/import-soubor/'),
     456        array('Caption' => 'Import plateb z banky', 'URL' => '/finance/import-api/?i=#RowId'),
     457        array('Caption' => 'Import plateb ze souboru', 'URL' => '/finance/import-soubor/?i=#RowId'),
    458458      ),
    459459    ));
Note: See TracChangeset for help on using the changeset viewer.