Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product images from underlying Layouts are not displayed #49

Open
marcalwestf opened this issue Jan 7, 2016 · 1 comment
Open

Product images from underlying Layouts are not displayed #49

marcalwestf opened this issue Jan 7, 2016 · 1 comment
Labels

Comments

@marcalwestf
Copy link
Contributor

When navigating between lines, product images have to be displayed in the product info panel.
But: when there is an additional POS Key Layout panel with images, the images from this underlying POS Key LAyout Panel are not displayed.
The reason: POSInfoProduct.refreshProduct() looks for the image with posPanel.getC_POSKeyLayout_ID() .
In case the product is in another POS Key Layout, the image is not found.

marcalwestf added a commit that referenced this issue Jan 7, 2016
underlying Subkey Layout.

#49

This bug fix implements the display of images for the immediate
underlying Subkey Layout (depth=1). Caveat: it is not an implementation
for Subkey Layouts of arbitrary depths. This still has to be
implemented.
@marcalwestf marcalwestf added the bug label Jan 7, 2016
@marcalwestf
Copy link
Contributor Author

Now the images for 2 levels of Layout are displayed. If there is a third Layout Levels, it will not work. This should be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant