Skip to content

Commit 5e500e3

Browse files
committed
1.45.05 release
1 parent ff90158 commit 5e500e3

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

app/controller/admin/group.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ public function get() {
7171
if($data['parentID'] && is_string($data['parentID'])){
7272
$result['list'] = Model('Group')->listByID(array($data['parentID']));
7373
}
74-
// 所在部门最上层,和可见部门最上层不一致时,显示对外授权;
75-
if(array_diff($userGroupRootShow,$userGroupAt)){
74+
// 自己可见根目录,不再当前显示列表中,则显示对外授权;
75+
if($userGroupRootShow != array_to_keyvalue($result['list'],'','groupID')){
7676
$result['list'][] = $toOuterGroup;
7777
}
7878
$children = $shareHistory['children'];

app/sdks/archiveLib/bin/data.bin

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
define('KOD_VERSION','1.45');
3-
define('KOD_VERSION_BUILD','04');
3+
define('KOD_VERSION_BUILD','05');

static/app/dist/api.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/lib.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/sdk.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app/dist/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/style/dist/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/style/dist/sdk.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)