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
feat: ✨ Decommissioning Job #85
feat: ✨ Decommissioning Job #85
Changes from 3 commits
62559fe
625e680
b264d0a
6faec79
1c96d02
85e4ed0
b3950ac
d88f578
1bd206d
e96367c
b11e238
1999e21
8a3f890
59ea087
d106fa7
ca01bd0
0962021
08aba58
ea007da
0121d1b
11eea60
a17cf92
c8b7faf
8333422
92ee1ed
f1fe686
2132ac9
63ea09f
5efb783
f911eec
42e4e19
d8ad207
fbad8f5
9bf5ff4
1d665ea
ccdd49f
4513c5e
192874f
b39a54f
1cc2184
358390c
4aabdce
31de2a4
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.
Instead of this approach - does it make sense/is it possible to instead just pass the callable directly? I.e. have the settings import it and then just use it here
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.
yes, it would make it easier. I will try it.
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.
This should be the same, shouldn't it?
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.
likely. I guess a Status can't have the same name and belong to a different content_type. will check