-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: Implemented organizer access for attendee tickets #6024
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
Conversation
iamareebjamal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create a helper method in event so that no duplication happens
29dddad to
907409e
Compare
Codecov Report
@@ Coverage Diff @@
## development #6024 +/- ##
===============================================
- Coverage 66.27% 66.26% -0.01%
===============================================
Files 285 285
Lines 14010 14011 +1
===============================================
Hits 9285 9285
- Misses 4725 4726 +1
Continue to review full report at Codecov.
|
|
@uds5501 @shreyanshdwivedi @iamareebjamal Please check. |
8ad359c to
f2dd782
Compare
app/api/auth.py
Outdated
| }) | ||
|
|
||
|
|
||
| # helper methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iamareebjamal Updated.
created helper function for org check moved function to models replaced own function with predefined
Fixes #5968
Checklist
developmentbranch.Short description of what this resolves:
Implemented organizer access for attendee tickets
Changes proposed in this pull request: