We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca6bcc commit 8981088Copy full SHA for 8981088
1 file changed
queue_job/controllers/main.py
@@ -41,7 +41,7 @@ def forbidden_commit(*args, **kwargs):
41
'You may want to enable the "Allow Commit" option on the Job '
42
"Function. Alternatively, if the current job is a cron running as "
43
"queue job, you can modify it to run as a normal cron. More details on: "
44
- "https://github.com/OCA/queue/wiki/%5BDRAFT%5D-Upgrade-warning:-commits-inside-jobs"
+ "https://github.com/OCA/queue/wiki/Upgrade-warning:-commits-inside-jobs"
45
)
46
47
original_commit = cr.commit
0 commit comments