* Finish task #7951.

This commit is contained in:
holan20180123
2020-09-28 10:46:14 +08:00
parent 265edb02d0
commit fd6f9f5ac9
7 changed files with 142 additions and 27 deletions
+1
View File
@@ -690,6 +690,7 @@ class project extends control
/* Save session. */
$this->app->session->set('storyList', $this->app->getURI(true));
$this->session->set('planStoryOrder', '');
/* Process the order by field. */
if(!$orderBy) $orderBy = $this->cookie->projectStoryOrder ? $this->cookie->projectStoryOrder : 'pri';