合并最新
This commit is contained in:
@@ -291,7 +291,7 @@ namespace FineUIPro.Web
|
||||
this.InitMenuModeButton();
|
||||
this.InitLangMenuButton();
|
||||
this.btnRetweet.Hidden = true;
|
||||
if (this.CurrUser.UserId == Const.hfnbdId)
|
||||
if (this.CurrUser.UserId == Const.hfnbdId || this.CurrUser.UserId == Const.sysglyId)
|
||||
{
|
||||
this.btnRetweet.Hidden = false;
|
||||
}
|
||||
@@ -382,7 +382,7 @@ namespace FineUIPro.Web
|
||||
{
|
||||
if (!string.IsNullOrEmpty(type))
|
||||
{
|
||||
if (CommonService.IsHaveSystemPower(this.CurrUser.UserId, type, this.CurrUser.LoginProjectId) || type == Const.Menu_Personal)
|
||||
if (CommonService.IsHaveSystemPower(this.CurrUser.UserId, type, this.CurrUser.LoginProjectId) || type == Const.Menu_Personal || type == Const.Menu_ToDo)
|
||||
{
|
||||
this.leftPanel.Hidden = false;
|
||||
this.XmlDataSource1.DataFile = "common/" + type + ".xml";
|
||||
|
||||
Reference in New Issue
Block a user