1) Archive an event
2) Go to the events page (e.g. click on one of columns in console page)
3) Mark that event and click unarchive. The event will remain archived.
NOTE: Unarchive from the event page works, but not from events list page.
In file skins/classic/views/js/events.js, edit line 138 (May vary from installation to installation)
Change it from:
Code: Select all
function unArchiveEvents( element, name )
Code: Select all
function unarchiveEvents( element, name )
Firefox and the firebug extension can be really useful for finding such bugs
mastertheknife.