How to get the lists of archived data on backend?

edited May 2012 in Modules
I have set archivable options on
config/my_module_fuel_modules.php
as so:
$config['modules']['invoice_orders'] = array('archivable' => TRUE)
I searched for options to view the archived data. but I can't find on the forum and user_guide.

Comments

  • edited 9:22PM
    FUEL uses that for the Restore from previous... dropdown seen when editing a modules data (to the right of the "Create" button when an archive exists). By default, it only saves the last 5 to the archive.
Sign In or Register to comment.