We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fba45 commit 4b37459Copy full SHA for 4b37459
app/Modules/Group/Events/Traits/IsPublishableApplicationEvent.php
@@ -24,9 +24,8 @@ public function getPublishableMessage(): array
24
'id' => $this->group->uuid,
25
'name' => $this->group->displayName,
26
'short_name' => $this->group->expertPanel->short_base_name,
27
- 'status' => $this->group->group_status_id,
+ 'status' => $this->group->group_Status,
28
'parent_group' => optional($this->group->parentGroup)->displayName,
29
- // 'parent_group' => $this->group->parent_id,
30
'type' => $this->group->fullType->name,
31
'affiliation_id' => $this->group->expertPanel->affiliation_id
32
],
0 commit comments