Merge branch 'sgm_details' into 'master'

Sgm details

See merge request easycorp/zentaopms!3963
This commit is contained in:
孙广明
2022-06-16 02:48:43 +00:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2356,7 +2356,8 @@ EOD;
($module == 'user' && strpos('|login|deny|logout|reset|', "|{$method}|") !== false) ||
($module == 'my' && strpos('|changepassword|preference|', "|{$method}|") !== false) ||
($module == 'file' && strpos('|read|download|uploadimages|ajaxwopifiles|', "|{$method}|") !== false) ||
($module == 'sso' && $method == 'login'))
($module == 'sso' && $method == 'login') ||
($module == 'traincourse' && $method == 'ajaxuploadlargefile'))
{
return;
}
+1 -1
View File
@@ -47,7 +47,7 @@ $(function()
function showEditCheckbox(show)
{
$('.icon-project,.icon-waterfall,.icon-scrum').each(function()
$('.icon-project,.icon-waterfall,.icon-scrum,.icon-kanban').each(function()
{
$this = $(this);
$tr = $(this).closest('tr');