mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
do not show warning that document is released if initial status is draft
This commit is contained in:
parent
dc642fa898
commit
8609fdee74
|
@ -338,7 +338,8 @@ console.log(element);
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$this->warningMsg(getMLText("add_doc_workflow_warning"));
|
if($settings->_initialDocumentStatus == S_RELEASED)
|
||||||
|
$this->warningMsg(getMLText("add_doc_workflow_warning"));
|
||||||
} elseif($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
} elseif($workflowmode == 'traditional' || $workflowmode == 'traditional_only_approval') {
|
||||||
if($workflowmode == 'traditional') {
|
if($workflowmode == 'traditional') {
|
||||||
$this->contentSubHeading(getMLText("assign_reviewers"));
|
$this->contentSubHeading(getMLText("assign_reviewers"));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user