Skip to content

Org admin campaign functions #622

Description

@KavikaPalletenne

Currently we use the same getCampaign functions for the admin dashboard and the user-facing pages. This prevents us from adding the filter WHERE published = true as that would hide unpublished campaigns from the org admin dashboard.

Fix: Create new adminGetCampaign function(s) that don't filter on published, and add the published = true filter for the normal functions

Metadata

Metadata

Labels

A: BackendBackend related issuesA: FrontendFrontend related issues

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions