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

View Revisions: Issue #43678 All Revisions ] Back to Issue ]
Summary 0043678: Auto generate JSON representation of a ticket if the content is not provided
Revision 2020-04-06 14:06 by caristu
Description Currently when the toJSON() method is invoked and no content has been provided to the ticket (via the setContent method) an empty JSONObject is returned. See [1].

It would be nice if this method, instead, could generate automatically the JSONObject with the ticket information retrieved from the ticket attribute values.

https://gitlab.com/openbravo/product/pmods/org.openbravo.api.ticket/-/blob/master/src/org/openbravo/api/ticket/BaseTicket.java#L129 [^]
Revision 2020-04-06 14:06 by caristu
Description Currently when the toJSON() method is invoked and no content has been provided to the ticket (via the setContent method) an empty JSONObject is returned. See [1].

It would be nice if this method, instead, could generate automatically the JSONObject with the ticket information retrieved from the ticket attribute values.

https://gitlab.com/openbravo/product/pmods/org.openbravo.api.ticket/-/blob/master/src/org/openbravo/api/ticket/BaseTicket.java#L126 [^]
Revision 2020-04-06 14:05 by caristu
Description Currently when the toJSON() method is invoked and no content has been provided to the ticket (via the setContent method) an empty JSONObject is returned. See [1].

It would be nice if this method, instead, could generate automatically the JSONObject with the ticket information retrieved from the ticket attribute values.

https://code.openbravo.com/erp/pmods/org.openbravo.api.ticket/file/tip/src/org/openbravo/api/ticket/BaseTicket.java#l126 [^]
Revision 2020-04-06 14:04 by caristu
Description Currently when the toJSON() method is invoked and no content has been provided to the ticket (via the setContent method) an empty JSONObject is returned.

It would be nice if this method, instead, could generate automatically the JSONObject with the ticket information retrieved from the ticket attribute values.
Revision 2020-04-06 13:29 by caristu
Description Auto generate JSON representation of a ticket if the content is not provided


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker