CMS MADE SIMPLE FORGE

LISE

 

[#12387] URL is changed to alias on item edit

avatar
Created By: Victor Avgust (Vavgust)
Date Submitted: Thu Nov 19 05:09:54 -0500 2020

Assigned To: Fernando Morgado (JoMorg)
Version: 1.4.2
CMSMS Version: None
Severity: Critical
Resolution: None
State: Open
Summary:
URL is changed to alias on item edit
Detailed Description:
Latest LISE 1.4.2
Latest CMSMS 2.2.15

URL are being rewriting to alias because of typo in code:

/modules/LISE/framework/action.admin_edititem.php 
line 357
  $smarty->assign('input_url', $this->CreateInputHidden($id, 'url', $alias));

should be 
  $smarty->assign('input_url', $this->CreateInputHidden($id, 'url', $url));

Thank you for your work!
Hiding alias and urls is what I really need and hardcoded it before.


History

Updates

Updated: 2020-11-19 05:10
version_id: -1 => 31739
resolution_id: => 5