diff --git a/module/action/model.php b/module/action/model.php index ffe67a6bea..2b42174155 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -739,6 +739,8 @@ class actionModel extends model elseif($action->action == 'createmr' and strpos($action->extra, '::') !== false) { list($mrCreatedDate, $mrActor, $mrLink) = explode('::', $action->extra); + if(isonlybody()) $mrLink .= ($this->config->requestType == 'GET' ? '&onlybody=yes' : '?onlybody=yes'); + $this->app->loadLang('mr'); $desc = sprintf($this->lang->mr->createAction, $mrCreatedDate, $mrActor, $mrLink); } elseif($this->config->edition == 'max' and strpos($this->config->action->assetType, $action->objectType) !== false and $action->action == 'approved') diff --git a/module/mr/view/view.html.php b/module/mr/view/view.html.php index 0d3a3db451..83cb52472c 100644 --- a/module/mr/view/view.html.php +++ b/module/mr/view/view.html.php @@ -23,8 +23,10 @@