fix
Устранены пропущенные уязвимости в некоторых проходах v++
This commit is contained in:
@@ -407,7 +407,6 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
|
||||
lAccountName.setText(Utils_.Brackets(Global.mainModule.getAccount().name));
|
||||
lAccountMail.setText(Utils_.Brackets(Global.mainModule.getAccount().email));
|
||||
lAccountRole.setText(Utils_.Brackets(Global.mainModule.getAccount().role.getDescription()));
|
||||
System.out.println("ROLE IS "+Global.mainModule.getAccount().role.getDescription());
|
||||
switch (Global.mainModule.getAccount().role) {
|
||||
case Undefined:
|
||||
setUdefinedRights();
|
||||
|
||||
Reference in New Issue
Block a user