Merge branch 'sprint/228_tianshujie_64967' of https://gitlab.zcorp.cc/easycorp/zentaopms into sprint/228_tianshujie_64967
This commit is contained in:
@@ -4052,7 +4052,7 @@ class storyModel extends model
|
||||
if(common::canBeChanged('story', $story))
|
||||
{
|
||||
$storyReviewer = isset($story->reviewer) ? $story->reviewer : array();
|
||||
if($story->URChanged) return $this->buildMenu('story', 'processStoryChange', $params, $story, $type, 'search', '', 'iframe', true, '', $this->lang->confirm);
|
||||
if($story->URChanged) return $this->buildMenu('story', 'processStoryChange', $params, $story, $type, 'ok', '', 'iframe', true, '', $this->lang->confirm);
|
||||
|
||||
$isClick = $this->isClickable($story, 'change');
|
||||
$title = (!$isClick and $story->status != 'closed') ? $this->lang->story->changeTip : '';
|
||||
@@ -4521,7 +4521,7 @@ class storyModel extends model
|
||||
}
|
||||
elseif($id == 'actions')
|
||||
{
|
||||
$class .= ' text-center';
|
||||
$class .= ' text-left';
|
||||
}
|
||||
elseif($id == 'order')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user