-
Notifications
You must be signed in to change notification settings - Fork 35
product/packing lookup does nothing when clicking on the single result #744
Comments
Lookups are refactored. We should postpone it and test after new widget will come. |
@damianprzygodzki why postpone? is a functional blocker/ bug. |
Ok, so it shall be fixed by #600 |
@metas-lc tested on new lookups? |
To be tested after #600 |
Tested. The following issues occurred: |
[#819](metasfresh/metasfresh-webui-frontend-legacy#819) HTTP header "Accept-Language" shall be correctly set [#1663](#1663) new order checkup jasper [#1687](#1687) Refactor Request Tab in Partner Window to allow zoom and advanced edit [#1239](#1239) Barcode on Bestellkontrolle report [#428](metasfresh/metasfresh-webui-api-legacy#428) internal: Include AD_Language in layout ETags [#376](metasfresh/metasfresh-webui-api-legacy#376) Hide Roles on Logon that are not ideal for WebUI [#426](metasfresh/metasfresh-webui-api-legacy#426) internal: JSONDocument - drop "fields" array field [#600](metasfresh/metasfresh-webui-frontend-legacy#600) Lookup revamp – collective issue [#425](metasfresh/metasfresh-webui-api-legacy#425) API support for bookmarking menu items [#86](metasfresh/metasfresh-webui-api-legacy#86) Check and get rid of "Parameter 'UOMConversion' not found in context" console warnings [#812](metasfresh/metasfresh-webui-frontend-legacy#812) 1 Key Press save action error during typing [#1701](#1701) Customer Return Window additional Fields [#801](metasfresh/metasfresh-webui-frontend-legacy#801) Included row: show row's references in context menu [#744](metasfresh/metasfresh-webui-frontend-legacy#744) product/packing lookup does nothing when clicking on the single result [#1640](#1640) fix prepare_services_superuser.sh [#810](metasfresh/metasfresh-webui-frontend-legacy#810) quickInput endpoints are wrongly called [#415](metasfresh/metasfresh-webui-api-legacy#415) Notification for Vendor returns jumps to wrong window [#418](metasfresh/metasfresh-webui-api-legacy#418) Disable zoom into string lookups until it's fixed [#1644](#1644) Add email validator syntax [#410](metasfresh/metasfresh-webui-api-legacy#410) Provide view row field zoom-into endpoint me-45
product/packing lookup does nothing when clicking on the single result #744
Fixed: |
IT
|
Type of issue
Bug
Steps to reproduce
NOTE: Happens for a product which has only one packing material
Expected behavior
When clicking on that the dropdown shall close, nothing changed.
That's because after selecting the product usually you are asked to pick the packing materials too (the second lookup), but in this case there was only one option so we are not asking.
Of course, in case the second lookup has more then one option, the second lookup's dropdown shall popup next.
The text was updated successfully, but these errors were encountered: