mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🔧 fix(project-support): update association status check for project proposal validation
This commit is contained in:
@@ -36,7 +36,7 @@ on([
|
|||||||
'nostrLoggedIn' => function ($pubkey) {
|
'nostrLoggedIn' => function ($pubkey) {
|
||||||
$this->currentPubkey = $pubkey;
|
$this->currentPubkey = $pubkey;
|
||||||
$this->currentPleb = \App\Models\EinundzwanzigPleb::query()->where('pubkey', $pubkey)->first();
|
$this->currentPleb = \App\Models\EinundzwanzigPleb::query()->where('pubkey', $pubkey)->first();
|
||||||
if ($this->currentPleb->association_status->value < 3) {
|
if ($this->currentPleb->id !== $this->projectProposal->einundzwanzig_pleb_id) {
|
||||||
return $this->js('alert("Du bist hierzu nicht berechtigt.")');
|
return $this->js('alert("Du bist hierzu nicht berechtigt.")');
|
||||||
}
|
}
|
||||||
$this->isAllowed = true;
|
$this->isAllowed = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user