-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: describe task type disabling #12424
base: master
Are you sure you want to change the base?
Conversation
0e93d80
to
2e341f4
Compare
Signed-off-by: Jana Peper <[email protected]>
Signed-off-by: Jana Peper <[email protected]>
c15c14f
to
f605d6c
Compare
|
||
.. code-block:: | ||
|
||
occ taskprocessing:task:enabled $TASK_TYPE_ID 1 |
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.
If we change the name of this command in the server PR, this should be changed as well.
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.
occ taskprocessing:task:enabled $TASK_TYPE_ID 1 | |
occ taskprocessing:task:set-enabled $TASK_TYPE_ID 1 |
Co-authored-by: janepie <[email protected]> Signed-off-by: Marcel Klehr <[email protected]>
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.
It's nice when what has changed is highlighted in red,- great PR!
☑️ Resolves
add documentation for changes in nextcloud/server#49727
🖼️ Screenshots