Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Itinerary not filtering by group membership. #1

Closed
ericrobskyhuntley opened this issue May 14, 2023 · 1 comment
Closed

Itinerary not filtering by group membership. #1

ericrobskyhuntley opened this issue May 14, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ericrobskyhuntley
Copy link
Owner

Seems to have something to do with...

wedding-flask/wedding.py

Lines 67 to 72 in f584669

person = AT["people"].get(current_user.id).get("fields")
if "GroupNames" in person:
formula = compose_formula(person["GroupNames"], "LimitedInviteNames")
else:
formula = EQUAL(0, FIELD("LimitedInviteNames"))
events = AT["events"].all(formula = formula, sort = ["StartTime"])

@ericrobskyhuntley ericrobskyhuntley added the bug Something isn't working label May 14, 2023
@ericrobskyhuntley ericrobskyhuntley self-assigned this May 14, 2023
@ericrobskyhuntley
Copy link
Owner Author

Mostly an Airtable backend issue. Fixed as of b34b8cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant