Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045046Retail ModulesWeb POSpublic2020-09-14 10:012020-09-17 12:41
gorka_gil 
gorka_gil 
urgentminorN/A
closedno change required 
5
 
RR20Q3.1 
No
0045046: OB.App.DAL.remoteSearch and OB.App.DAL.remoteGet shouldn't be in OB.App
OB.App is the new code and is moved to the new pos.

But these two functions are wrappers of old API (OB.Dal.find and OB.Dal.get) that are not present in the new code.

This code should not be in /app or in OB.App
-
Move to OB.Dal u other place, but out of /app and OB.App
No tags attached.
blocks defect 0045039RR20Q4 closed gorka_gil OB.App.DAL.remoteSearch and OB.App.DAL.remoteGet shouldn't be in OB.App 
Issue History
2020-09-14 19:14gorka_gilTypedefect => backport
2020-09-14 19:14gorka_gilTarget VersionRR20Q4 => RR20Q3.1
2020-09-17 12:41gorka_gilNote Added: 0123151
2020-09-17 12:41gorka_gilStatusscheduled => closed
2020-09-17 12:41gorka_gilResolutionopen => no change required

Notes
(0123151)
gorka_gil   
2020-09-17 12:41   
Rejecting the issue since this is a wrapper that its implementation will be different in old pos and the new one.

In old code will call to ob.dal.find, but in new pos its implementation will change.

So it is consistent with the idea of not copy old code to the new pos.