Confusion between sAction=view and sAction=display broke viewing/displaying items. Standardize on sAction=view until we can come up with a more robust way of ensuring the same issue doesn't happen again.
This commit is contained in:
@@ -794,7 +794,7 @@ class ObjectManager
|
||||
|
||||
$oObject = new $this->sClass($this->iId);
|
||||
|
||||
$aVars = $this->get_custom_vars($aClean, "display");
|
||||
$aVars = $this->get_custom_vars($aClean, "view");
|
||||
|
||||
if(!$aVars)
|
||||
$oObject->display();
|
||||
|
||||
Reference in New Issue
Block a user