no message
This commit is contained in:
parent
88259e2970
commit
e7af623a75
@ -304,6 +304,7 @@ class SakaiController
|
|||||||
$s = "optionSet todo_show_type 1";
|
$s = "optionSet todo_show_type 1";
|
||||||
$s = "openRe";
|
$s = "openRe";
|
||||||
// $s = "back";
|
// $s = "back";
|
||||||
|
$s = "todoShowType 3";
|
||||||
|
|
||||||
// movetoId和like列表
|
// movetoId和like列表
|
||||||
|
|
||||||
|
|||||||
@ -445,7 +445,21 @@ class Book extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return $this->_rag(false, $sValue, $sRank);
|
return $this->_rag(false, $sValue, $sRank);
|
||||||
|
}
|
||||||
|
|
||||||
|
public function todoShowType($aParam)
|
||||||
|
{
|
||||||
|
$iType = $aParam["aArg"][1];
|
||||||
|
|
||||||
|
$aRagOption = $this->aRagOption;
|
||||||
|
$aRagOption["todo_show_type"] = $iType;
|
||||||
|
$sRagOption = json_encode($aRagOption, 1);
|
||||||
|
|
||||||
|
$oParentRag = $this->_getParentRag();
|
||||||
|
$oParentRag->option = $sRagOption;
|
||||||
|
$oParentRag->save();
|
||||||
|
|
||||||
|
return $this->openRe();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function totip($aParam)
|
public function totip($aParam)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user