In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
110 [In-Portal CMS] Admin Interfaces bug report always 2009-07-08 06:15 2009-10-03 07:56
alex  
alex  
normal  
closed 4.3.9  
fixed  
 
none 5.0.0  
0
0000110: Request variable "skip_last_template" has no affect, when placed after tags, that can perform redirect
Variable "skip_last_template" allows not to remember current template as last visited. Usually this variable is set from template like this:
<inp2:m_Set skip_last_template="1"/>

There are several tags, that can perform redirect, like: m_CheckSSL, m_RequireLogin. When mentioned earlier code is placed after given tags, then it is not executed when redirect is made and obviously has no effect. This allows last template to be saved, even if it is denied on given template.

I propose to move <inp2:m_Set skip_last_template="1"/> code to first line of affected template in administrative console.
Issue History
2009-10-03 07:56 administrator Note Added: 0000620
2009-10-03 07:56 administrator Status resolved => closed
2009-10-03 07:35 administrator Type @80@ => bug report
2009-07-08 06:16 alex Fixed in Version => 5.0.0
2009-07-08 06:16 alex Target Version => 5.0.0
2009-07-08 06:16 alex Note Added: 0000122
2009-07-08 06:16 alex Status active => resolved
2009-07-08 06:16 alex Resolution open => fixed
2009-07-08 06:16 alex Assigned To => alex
2009-07-08 06:16 alex Changeset attached RC r11896
2009-07-08 06:15 alex New Issue

Notes
(0000122)
alex   
2009-07-08 06:16   
Fix committed to RC branch. Commit Message:

Fixes 0000110: Request variable "skip_last_template" has no affect, when placed after tags, that can perform redirect
(0000620)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.