CMS MADE SIMPLE FORGE

Frontend Users

 

[#12343] not redirected to custom templates on changesettings submit

avatar
Created By: Mario S (rotezecke) (rotezecke)
Date Submitted: Tue Aug 04 12:26:42 -0400 2020

Assigned To: Robert Campbell (calguy1000)
Version: 3.2.2
CMSMS Version: 2.2.14
Severity: Minor
Resolution: None
State: Open
Summary:
not redirected to custom templates on changesettings submit
Detailed Description:
probably related to bug #12268

{FrontEndUsers action="changesettings"} with {cms_module_hint
module=FrontEndUsers changesettingstemplate='feu_change_single_field.tpl'}

calls the correct template. But on submit, i get redirected to the default
changesettings template, and the action script seems to run twice.

i chanced action.changesettings.php and commented out this line 

$this->redirect('cntnt01','changesettings',$returnid); 

Now the script seems to only run once, and I am not redirected to the
defaultsettings template. That hack may however break other things.

Thank you.


History