Merge branch 'sprint/master_lanzongjun_version_lite' into 'master'
* fix task #51317 See merge request easycorp/zentaopms!2463
This commit is contained in:
@@ -485,8 +485,6 @@ class commonModel extends model
|
||||
/* The standalone lite version removes the lite interface button */
|
||||
if(trim($config->visions, ',') == 'lite') return true;
|
||||
|
||||
if($app->config->systemMode != 'new') return print("<div>{$lang->visionList['rnd']}</div>");
|
||||
|
||||
if(count($userVisions) < 2) return print("<div>{$lang->visionList[$currentVision]}</div>");
|
||||
if(count($configVisions) < 2) return print("<div>{$lang->visionList[$currentVision]}</div>");
|
||||
|
||||
|
||||
@@ -267,6 +267,7 @@
|
||||
var $bar = $('#appBar-' + appCode);
|
||||
if(!$bar.length)
|
||||
{
|
||||
if (typeof(app.text) == 'undefined') return false;
|
||||
var $link= $('<a data-pos="bar"></a>')
|
||||
.attr('data-app', appCode)
|
||||
.attr('class', 'show-in-app')
|
||||
|
||||
Reference in New Issue
Block a user