Merge branch 'fronkdev' into 'master'
Added new rml user for addressdb update import See merge request fronk/thetool!775
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php if($me->username == "fronk" || $me->username == "r.eschner@rmlinfrastruktur.at"): ?>
|
||||
<?php if($me->username == "fronk" || $me->username == "r.eschner@rmlinfrastruktur.at" || $me->username == "e.grundner@rmlinfrastruktur.at"): ?>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<a class="btn btn-outline-secondary" href="<?=self::getUrl("AddressDB", "updateVisibilityExternalId")?>"><i class="fas fa-fw fa-file-csv"></i> Sichtbarkeit / Rimo ID Update</a>
|
||||
|
||||
@@ -120,7 +120,7 @@ class PreorderApicontroller extends mfBaseApicontroller {
|
||||
}
|
||||
|
||||
protected function exportPreorders() {
|
||||
if($this->me->username != 'r.eschner@rmlinfrastruktur.at') {
|
||||
if($this->me->username != 'r.eschner@rmlinfrastruktur.at' && $this->me->username != 'e.grundner@rmlinfrastruktur.at') {
|
||||
return mfResponse::Forbidden();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user