* adjust for mobile web.
This commit is contained in:
@@ -11,5 +11,5 @@ $config->custom->canAdd['block'] = '';
|
||||
|
||||
$config->custom->moblieHidden['main'] = array('repo');
|
||||
$config->custom->moblieHidden['product'] = array('branch', 'module', 'create');
|
||||
$config->custom->moblieHidden['project'] = array('create');
|
||||
$config->custom->moblieHidden['project'] = array('create', 'effort', 'product');
|
||||
$config->custom->moblieHidden['my'] = array('effort', 'changePassword', 'manageContacts');
|
||||
|
||||
@@ -1113,6 +1113,10 @@ class story extends control
|
||||
{
|
||||
die(json_encode($stories));
|
||||
}
|
||||
elseif($this->app->getViewType() == 'mhtml')
|
||||
{
|
||||
die(html::select('story', empty($stories) ? array('' => '') : $stories, $storyID, 'onchange=setStoryRelated()'));
|
||||
}
|
||||
else
|
||||
{
|
||||
$storyName = $number === '' ? 'story' : "story[$number]";
|
||||
|
||||
Reference in New Issue
Block a user