metasfresh / metasfresh-webui-api-legacy

metasfresh webui API server
GNU General Public License v3.0
30 stars 32 forks source link

Zoom into in product window price tab not working #874

Open metas-dh opened 6 years ago

metas-dh commented 6 years ago

Is this a bug or feature request?

Bug

What is the current behavior?

On Webui: Zoom into in product window, price tab, not working: when you want to zoom into the PLV, it causes an exception.

On Java Client: Price Window is opened which is not used anymore in webui

Which are the steps to reproduce?

error
:
"Not Found"
exception
:
"de.metas.ui.web.exceptions.EntityNotFoundException"
exceptionAttributes
:
{,…}
rootEntityDescriptor
:
"DocumentEntityDescriptor{tableName=M_PricingSystem, fields.count=14, includedEntitites.count=1}"
zoomIntoInfo
:
"DocumentZoomIntoInfo(tableName=M_PriceList_Version, recordId=2002141, windowId=null)"
zoomIntoWindowId
:
"146"
message
:
"Cannot find the detail tab to zoom into"
path
:
"/rest/api/window/140/2005577/1/540019/field/M_PriceList_Version_ID/zoomInto"
status
:
404

What is the expected or desired behavior?

Should work.

metasnw commented 6 years ago

solved via config change @teosarca shall we create an issue in metasfresh/metasfresh or leave it here?

teosarca commented 6 years ago

i think it's OK to leave it here, even if the commit is in metasfresh repo.

Btw, please make sure the fix is NOT BREAKING swing client windows!