upliftdawah / UpliftdawahDocs

0 stars 0 forks source link

[Admin][New Rquests] Default Filters #51

Closed upliftdawah closed 4 years ago

upliftdawah commented 4 years ago

The current filter box should remain as it is. But following additional filters should always be: filters: {status: [3], is_email_verified: true}

MuhammadSarimBader commented 4 years ago

{ "code": 200, "payload": [ { "id": 1, "Value": "Active" }, { "id": 2, "Value": "Inactive" }, { "id": 3, "Value": "Unapproved" }, { "id": 4, "Value": "Unclaimed" } ] }

MuhammadSarimBader commented 4 years ago

it is already implemented like this

MuhammadSarimBader commented 4 years ago
Screen Shot 2020-04-10 at 12 18 25 AM
upliftdawah commented 4 years ago

That's wasn't the case when I tested, I will verify it again in the next build

upliftdawah commented 4 years ago

verified