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/Map/Map.php

    r712 r721  
    221221      ),
    222222      'ItemActions' => array(
    223         array('Caption' => 'Ukázat na mapě', 'URL' => '/map/show-position'),
     223        array('Caption' => 'Ukázat na mapě', 'URL' => '/map/show-position?i=#RowId'),
    224224      ),
    225225    ));
Note: See TracChangeset for help on using the changeset viewer.