Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Open resource links from any organization/sandbox #5892
Open resource links from any organization/sandbox #5892
Changes from 23 commits
317de1c
e1cf2fd
30d8a30
cc29bba
141707a
b6e53dd
1319d61
6c95b64
e34b0cf
90122a2
3268f0e
1250820
f274001
4444e58
5a23f2d
8933412
273769c
95df580
14ccc46
f1d9435
afc99f4
f8a9a52
c5f2565
2dcb25e
24305ab
86e6816
de18471
89e1b21
d4517c3
f87b7df
7529926
b9cd777
e1626d4
5af31d2
77ab2d7
2efa085
a1a75bc
f6aa14c
def7175
52f5d35
efe7dd0
2a9ca1c
86e7417
7f3f052
7a19460
db02bb0
51f3e3b
f60baed
2cafa0d
64ddaaf
4de6a0a
2a2a70d
3086165
a05a081
3730922
6f9afce
a3a27bd
0de71ce
6aa5c99
e0aa9fd
43b759a
cf622e9
a8f6bbf
467bfc1
3af890f
7610d73
d537043
db93404
1e9a0be
1585b1e
ac5e72c
669ede7
594193f
f5361ce
8d53c4f
9322718
c671c55
8f6061b
ef6e00e
90a5f4e
804f3ec
594ae9e
704aafc
22ed652
a218546
2c670f6
f0cd235
e55dd78
972f758
16a9135
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Should this attr be enforced on the objects somehow? It's easy to miss it and it won't be noticed.
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.
Currently objects that have foreign key to Organization has
organization_id
attribute, for those models that don't have explicit relation with Organization hasget_organization_id
attribute. This logic is used in few places of code: events, webhooks, permissions. Currently I don't know how this can be done without defining organization_id in each model