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

View Revisions: Issue #36257 Back to Issue ]
Summary 0036257: Some HttpSecureAppServlet callouts doesn't defined in callout and mapping window
Revision 2017-06-16 11:25 by alostale
Steps To Reproduce - Login in the ERP as "System Admin" role.
- Go to [Windows, Tabs and Fields] window.
- Select "Goods Receipt" window and go to Tabs subtab.
- Select "Header" record and go to Fields subtab.
- Clear all filters and search "Create From Multiple" field.
- Set Displayed field: Yes.

- Logout and Login as "F&B Internation Group Admin" role.
- Go to [Goods Receipt] window and create a new good receipt.
- Open "Create From Multiple" process.
   -> Check in dev tools js errors:
     * GET http://lh3:8080/openbravo//web/js/openbravo/core.js [^] 404 (Not Found)
     * Uncaught ReferenceError: dojo is not defined
     * POST http://lh3:8080/openbravo//ad_callouts/SL_CreateFromMultiple_Warehouse.html [^]
- Select any product
   -> SL_CreateFromMultiple_Product.html 404 (Not Found)
- Click on Cancel button
   -> It does not work (the popup is not closed)
- Fill all required fields
- Click OK
   -> Blank page is shown
Revision 2017-06-16 11:25 by alostale
Description Create From Multiple process has several problems:

* It tries to execute several manual callouts for which there is no mapping definition:
   - SL_CreateFromMultiple_Warehouse
   - SL_CreateFromMultiple_Product
   - SL_CreateFromMultiple_Conversion

* It causes some js errors when opened
* When executed, a blank page is opened replacing all the UI.

Revision 2017-06-14 13:42 by alostale
Steps To Reproduce - Login in the ERP as "System Admin" role.
- Go to [Windows, Tabs and Fields] window.
- Select "Goods Receipt" window and go to Tabs subtab.
- Select "Header" record and go to Fields subtab.
- Clear all filters and search "Create From Multiple" field.
- Set Displayed field: Yes.

- Logout and Login as "F&B Internation Group Admin" role.
- Go to [Goods Receipt] window and create a new good receipt.
- Execute "Create From Multiple" process.

Note than SL_CreateFromMultiple_Warehouse is called but the error is thrown in the console.
Revision 2017-06-14 13:42 by alostale
Description The following HttpSecureAppServlet callouts doesn't defined in callout and mapping window:
* SL_CreateFromMultiple_Warehouse.java
* SL_CreateFromMultiple_Product.java
* SL_CreateFromMultiple_Conversion.java

Search in AD_CALLOUT, AD_MODEL_OBJECT and AD_MODEL_OBJECT_MAPPING tables and note than this callouts are not defined.

When a callout of this 3 callouts is called an error is raised in the console:
POST https://localhost:8080/openbravo//ad_callouts/SL_CreateFromMultiple_Warehouse.html [^] 404 (Not Found) - submitForm @ utils.js:24



Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker