Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029946 | Openbravo ERP | A. Platform | public | 2015-05-20 17:14 | 2015-06-04 10:57 |
|
Reporter | jonalegriaesarte | |
Assigned To | NaroaIriarte | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q3 | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 36010 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029946: Inactive records can not be retrieved using XML DAL REST webservices, but yes using JSON webservices |
Description | Inactive records can not be retrieved using DAL webservices, using JSON webservices it is possible to put a parameter "_noActiveFilter" in the url and if it is true, the inactive records are shown and if it is false, the inactive records are not shown. In general, it would be interesting to have an option to get inactive records using dal WebServices. |
Steps To Reproduce | - Country window, deactivate France
- Try the following
https://livebuilds.openbravo.com/erp_pi_pgsql/org.openbravo.service.json.jsonrest/Country?_noActiveFilter=true [^] -> this will show the inactive records.
https://livebuilds.openbravo.com/erp_pi_pgsql/org.openbravo.service.json.jsonrest/Country?_noActiveFilter=false [^] -> this will not show the inactive records.
https://livebuilds.openbravo.com/erp_pi_pgsql/ws/dal/Country [^] -> this will not show the inactive records and it would be interesting to be able to show them if one wants to.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-05-20 17:14 | jonalegriaesarte | New Issue | |
2015-05-20 17:14 | jonalegriaesarte | Assigned To | => platform |
2015-05-20 17:14 | jonalegriaesarte | OBNetwork customer | => Yes |
2015-05-20 17:14 | jonalegriaesarte | Modules | => Core |
2015-05-20 17:14 | jonalegriaesarte | Support ticket | => 36010 |
2015-05-20 17:14 | jonalegriaesarte | Resolution time | => 1433455200 |
2015-05-20 17:14 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2015-05-28 16:06 | alostale | Status | new => scheduled |
2015-05-28 16:06 | alostale | Assigned To | platform => NaroaIriarte |
2015-05-29 12:49 | NaroaIriarte | Review Assigned To | => alostale |
2015-05-29 12:49 | NaroaIriarte | Summary | Inactive records can not be retrieved using DAL webservices, although using JSON webservices is working fine => Inactive records can not be retrieved using DAL webservices, or using JSON webservices |
2015-05-29 12:49 | NaroaIriarte | Description Updated | bug_revision_view_page.php?rev_id=8707#r8707 |
2015-05-29 12:49 | NaroaIriarte | Issue Monitored: alostale | |
2015-06-02 11:54 | hgbot | Checkin | |
2015-06-02 11:54 | hgbot | Note Added: 0077976 | |
2015-06-02 11:54 | hgbot | Status | scheduled => resolved |
2015-06-02 11:54 | hgbot | Resolution | open => fixed |
2015-06-02 11:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c5cd8102fff8e62e309ed21cad539ed69bd79b76 [^] |
2015-06-02 12:06 | NaroaIriarte | Summary | Inactive records can not be retrieved using DAL webservices, or using JSON webservices => Inactive records can not be retrieved using DAL webservices, but yes using JSON webservices |
2015-06-02 12:06 | NaroaIriarte | Description Updated | bug_revision_view_page.php?rev_id=8724#r8724 |
2015-06-02 12:06 | NaroaIriarte | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=8726#r8726 |
2015-06-02 18:42 | hudsonbot | Checkin | |
2015-06-02 18:42 | hudsonbot | Note Added: 0078002 | |
2015-06-04 10:42 | alostale | Summary | Inactive records can not be retrieved using DAL webservices, but yes using JSON webservices => Inactive records can not be retrieved using XML DAL REST webservices, but yes using JSON webservices |
2015-06-04 10:46 | alostale | Note Added: 0078050 | |
2015-06-04 10:57 | alostale | Note Added: 0078051 | |
2015-06-04 10:57 | alostale | Status | resolved => closed |
2015-06-04 10:57 | alostale | Fixed in Version | => 3.0PR15Q3 |
Notes |
|
(0077976)
|
hgbot
|
2015-06-02 11:54
|
|
|
|
|
|
|
|
|
|
|
Code reviewed
Tested, now it xml and json REST webservices behave consistently for active/inactive records. |
|