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

Don't show zoom-to for non-zoom reference Lists #377

Closed
metas-mk opened this issue May 16, 2017 · 1 comment
Closed

Don't show zoom-to for non-zoom reference Lists #377

metas-mk opened this issue May 16, 2017 · 1 comment

Comments

@metas-mk
Copy link
Member

Is this a bug or feature request?

Bug

What is the current behavior?

Currently, the zoom-to link is shown also for labels/ fields which have list reference. Pressing on those don't open a browser tab with the detail record.

Which are the steps to reproduce?

Open Manufacturing Order Window in WebUI and press on "Priority" Label.

What is the expected or desired behavior?

There shall be no link to these records (bugfix for now).

@metas-mk metas-mk added this to the 2017-20 milestone May 16, 2017
teosarca added a commit that referenced this issue May 16, 2017
Handle AD_Reference/AD_Ref_List(s). In that case the recordId will be
AD_Ref_List.Value,
so the SQL where clause which is currently build is AD_Ref_List_ID=<the
AD_Ref_List.Value>.
The build SQL where clause shall be something like AD_Reference_ID=<the
reference, i think we shall fetch it somehow from Lookup> AND Value=<the
value, which currently is the recordId>

#377
@metas-lc metas-lc self-assigned this May 16, 2017
@metas-lc
Copy link

IT
checked "Priority" from manufacturing order and "Product Type" from product (both have list ref)
=> there is no zoom in OK

metas-ts added a commit to metasfresh/metasfresh that referenced this issue May 18, 2017
[#743](metasfresh/metasfresh-webui-frontend-legacy#743) modal panel: background looks a bit ugly
[#377](metasfresh/metasfresh-webui-api-legacy#377) Don't show zoom-to for non-zoom reference Lists
[#366](metasfresh/metasfresh-webui-api-legacy#366) Make Permission change active without server cache reset
[#372](metasfresh/metasfresh-webui-api-legacy#372) backend: endpoint for creating a filtered view
[#1521](#1521) standard database: add SSCC attribute to "DIM_Barcode_Attributes" dimension spec
[#1517](#1517) intern: refactor LanguageDAO and LanguageBL
[#369](metasfresh/metasfresh-webui-api-legacy#369) adding role to user does not work
[#679](metasfresh/metasfresh-webui-frontend-legacy#679) Record selection behavior w/ browser back/ forward
[#707](metasfresh/metasfresh-webui-frontend-legacy#707) Page popup shall be closed when clicking o a page
[#715](metasfresh/metasfresh-webui-frontend-legacy#715) KPI widgets shall have the same height
[#732](metasfresh/metasfresh-webui-frontend-legacy#732) issue not opening on single document
[#734](metasfresh/metasfresh-webui-frontend-legacy#734) included view: don't reset when closing an error notification
[#362](metasfresh/metasfresh-webui-api-legacy#362) Add filters in Handling Units window
[#363](metasfresh/metasfresh-webui-api-legacy#363) make LU not mandatory in Receive HUs
[#364](metasfresh/metasfresh-webui-api-legacy#364) Replace HU editor's Barcode quick action with Barcode filter
[#370](metasfresh/metasfresh-webui-api-legacy#370) Avoid spamming the console with "Connection refused" when elasticsearch connection is not available

me-45
metas-rc added a commit that referenced this issue Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants