* Finish task #7951.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user