Dolibarr ERP & CRM » Bugs » bug #1823 can't update statusLatest modifications
Answer now
Snapshot Details |
Submitted by: | Arnaud Aujon (aaujon) | | Submitted on: | 2015-02-03 13:37 |
Last Modified On: | 2015-02-15 16:05 | |
Summary: | can't update status |
Description: | Can't update contact status using webservices.
Looks like an easy bug to fix (status field isn't update in update method, that's all) |
Step to reproduce bug: | - Create a new contact with status 1
- update it via webservice with status 0
> status isn't updated |
Detected in version: | 3.7.0 | | Category: | Module: WebServices |
Severity: | 4 | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | None |
Resolution: | None | |
Comments- Marcos GarcĂa 2015-02-15 16:12
- A new setStatus function must be implemented as status cannot be updated through main update function because of trigger implementation
|
|