Back to Admin -> Fuel Recent

edited July 2013 in Modules
I created a module that uploads, crops and resizes an image. It all uses AJAX... problem is.. if I go view the website .. then click "Back to Admin" it takes me to the AJAX upload script..

Is there a way to block certain methods from showing up in the recent section of Fuel CMS??? Thanks!!!

Comments

  • edited 9:54AM
    Is this in 1.0 or 0.93?
  • edited 9:54AM
    0.93
  • edited 9:54AM
    Hmm... it shouldn't capture it as a "last page" if it is an AJAX upload script. The area in the code that deals with that is in the Fuel_base_controller in the _last_page method (see line 160).
  • edited 9:54AM
    yeah but the ajax causes a form target to be an iframe.. maybe that's what's doing it..
Sign In or Register to comment.