Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #20532 All Revisions ] Back to Issue ]
Summary 0020532: OB.Datasource.get() still uses dot (.) as field separator
Revision 2012-05-17 08:31 by iperdomo
Steps To Reproduce * Login into the application

* Make a request to get a datasource definition, e.g. http://localhost/openbravo/org.openbravo.client.kernel/OBSERDS_Datasource/Order?_create=true&_new=true [^]

* Check the response and see that several referenced entities use: ._identifier, eg. {name: 'createdBy._identifier' }, {name: 'updatedBy._identifier' }, {name: 'documentType._identifier' },

* Now make a request to the default datasource on the same entity, e.g. http://localhost/openbravo/org.openbravo.service.datasource/Order [^]

* Check that the returned data uses $_identifier for those fields, e.g.
"createdBy$_identifier": "System", "updatedBy$_identifier": "System", "documentType$_identifier": "Purchase Order",
Revision 2012-05-17 08:30 by iperdomo
Steps To Reproduce * Login into the application

* Make a request to get a datasource definition, e.g. http://localhost/openbravo/org.openbravo.client.kernel/OBSERDS_Datasource/Order?_create=true&_new=true [^]

* Check the response and see that several referenced entities use: ._identifier, eg. {name: 'createdBy._identifier' }, {name: 'updatedBy._identifier' }, {name: 'documentType._identifier' },

* Now make a request to the default datasource on the same entity, e.g. http://localhost/openbravo/org.openbravo.service.datasource/Order [^]

* Check that the returned data used $_identifier for those fields, e.g.
"createdBy$_identifier": "System", "updatedBy$_identifier": "System", "documentType$_identifier": "Purchase Order",


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker