no message
This commit is contained in:
parent
32669be764
commit
0e52eff8a0
@ -95,7 +95,7 @@ class Book extends Model
|
|||||||
$oSelf = $oSelf->whereRaw($aRagOption["where"]);
|
$oSelf = $oSelf->whereRaw($aRagOption["where"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($aRagOption["todo_show_type"])) {
|
if ($oParentRag->type == "todo") {
|
||||||
$oSelf = $oSelf->where("rank", "!=", "done");
|
$oSelf = $oSelf->where("rank", "!=", "done");
|
||||||
$oSelf = $oSelf->where("rank", "!=", "block");
|
$oSelf = $oSelf->where("rank", "!=", "block");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user