опечатка в имени функции
This commit is contained in:
@@ -21,7 +21,7 @@ public interface CallbackWindow extends VisualizerForm {
|
||||
void ClearBugReportCommentAdditionText();
|
||||
void FocusRecipients();
|
||||
void SwitchScreen(boolean small);
|
||||
void setUdefinedRights();
|
||||
void setUndefinedRights();
|
||||
void setUserRights();
|
||||
void setAdminRights();
|
||||
}
|
||||
|
||||
@@ -99,4 +99,7 @@ public class MainUI extends UIModule_ {
|
||||
profilesWindow = new ProfilesForm();
|
||||
return profilesWindow;
|
||||
}
|
||||
//---
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -363,7 +363,7 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
|
||||
accountPanel.add(SC10);
|
||||
}
|
||||
@Override
|
||||
public void setUdefinedRights(){
|
||||
public void setUndefinedRights(){
|
||||
Global.mainModule.SetUserPassesAccess();
|
||||
UI.Clear(accountPanel);
|
||||
accountPanel.add(new CallbackWelcomeForm().content);
|
||||
@@ -409,7 +409,7 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
|
||||
lAccountRole.setText(Utils_.Brackets(Global.mainModule.getAccount().role.getDescription()));
|
||||
switch (Global.mainModule.getAccount().role) {
|
||||
case Undefined:
|
||||
setUdefinedRights();
|
||||
setUndefinedRights();
|
||||
break;
|
||||
case User:
|
||||
//видит только свои баги.
|
||||
|
||||
Reference in New Issue
Block a user