mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
a document in any status can be set obsoletet
This commit is contained in:
parent
4b9a4ac010
commit
80b9c708fa
|
@ -100,7 +100,7 @@ $(document).ready(function() {
|
|||
$options[] = array('', '');
|
||||
if ($overallStatus["status"] == S_OBSOLETE)
|
||||
$options[] = array(S_RELEASED, getOverallStatusText(S_RELEASED));
|
||||
if ($overallStatus["status"] == S_RELEASED)
|
||||
if ($overallStatus["status"] != S_OBSOLETE)
|
||||
$options[] = array(S_OBSOLETE, getOverallStatusText(S_OBSOLETE));
|
||||
$this->formField(
|
||||
getMLText("status"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user