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 81914c7 commit c65acb2Copy full SHA for c65acb2
server/polar/integrations/plain/service.py
@@ -581,11 +581,13 @@ async def create_appeal_review_thread(
581
],
582
)
583
),
584
- # Admin Dashboard Link
+ # Backoffice Link
585
ComponentContainerContentInput(
586
component_link_button=ComponentLinkButtonInput(
587
- link_button_url=f"{settings.FRONTEND_BASE_URL}/backoffice/organizations/{organization.id}",
588
- link_button_label="View in Admin Dashboard",
+ link_button_url=settings.generate_external_url(
+ f"/backoffice/organizations/{organization.id}"
589
+ ),
590
+ link_button_label="View in Backoffice",
591
592
593
]
0 commit comments