Merge lp:~camptocamp/openerp-connector/7.0-fix-create-job-by-user-1276182 into lp:~openerp-connector-core-editors/openerp-connector/7.0
Proposed by
Guewen Baconnier @ Camptocamp
| Status: | Merged |
|---|---|
| Merged at revision: | 616 |
| Proposed branch: | lp:~camptocamp/openerp-connector/7.0-fix-create-job-by-user-1276182 |
| Merge into: | lp:~openerp-connector-core-editors/openerp-connector/7.0 |
| Diff against target: |
11 lines (+1/-1) 1 file modified
connector/queue/job.py (+1/-1) |
| To merge this branch: | bzr merge lp:~camptocamp/openerp-connector/7.0-fix-create-job-by-user-1276182 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Leonardo Pistone (community) | code review | Approve | |
| OpenERP Connector Core Editors | Pending | ||
|
Review via email:
|
|||
Description of the change
A user can be blocked because he has no access to the model queue.job when a job has been delayed. The creation of a job is low level and should not be restrained by the accesses of the user.
To post a comment you must log in.
ok!