This commit is contained in:
zhouxudong
2022-06-10 06:53:16 +00:00
parent 8f879f7516
commit ca2f458c12
+6
View File
@@ -6320,6 +6320,12 @@ class upgradeModel extends model
$this->setting->deleteItems('owner=system&module=story&section=&key=forceReviewAll');
}
/**
* The setlane permission is deleted. We need to replace setlane with editlanename and editlanecolor.
*
* @access public
* @return void
*/
public function replaceSetLanePriv()
{
$groupIDList = $this->dao->select('group')->from(TABLE_GROUPPRIV)