fix staff1/2 change own perfile pic
This commit is contained in:
parent
1106cd89b8
commit
36cfb1bcbe
|
@ -19,8 +19,8 @@
|
|||
text-align: left;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
&__button {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ class EditStaffController extends Controller {
|
|||
|
||||
if(!$staffId) {
|
||||
$this->staffInstance = Controller::getLoggedUser();
|
||||
} else if(Controller::isStaffLogged(3)) {
|
||||
} else if(Controller::isStaffLogged(3) || Controller::getLoggedUser()->id === $staffId) {
|
||||
$this->staffInstance = Staff::getDataStore($staffId, 'id');
|
||||
|
||||
if($this->staffInstance->isNull()) {
|
||||
|
|
Loading…
Reference in New Issue