Merge branch 'sgm_details' into 'master'
Sgm details See merge request easycorp/zentaopms!3963
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user