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

Navigation Menu shown duplicated for Windows not in Menu #859

Closed
metas-mk opened this issue Feb 19, 2018 · 2 comments
Closed

Navigation Menu shown duplicated for Windows not in Menu #859

metas-mk opened this issue Feb 19, 2018 · 2 comments

Comments

@metas-mk
Copy link
Member

Is this a bug or feature request?

Bug

What is the current behavior?

Navigation Menu shown duplicated for Windows, not in Menu

Which are the steps to reproduce?

Open, try and see.

What is the expected or desired behavior?

Shall not be shown duplicated.
Could be a result of: #854

image

@teosarca
Copy link
Member

note to IT: i won't be able to reproduce it with "Compensation Group Schema" window because in meantime was added to menu.

You can try with Archive window, which is not in menu: https://w101.metasfresh.com:8443/window/540176.

To find out other windows which are not in menu, you can use:

select w.AD_Window_ID, w.Name
from AD_Window w
where not exists (select 1 from AD_Menu m where m.AD_Window_ID=w.AD_Window_ID)

@metas-dh
Copy link
Member

Results of IT1
tested in mf15

  • navigation menu shown only once for windows not in menu: OK
  • checked Archive and other windows from the query above: all OK

metas-ts added a commit to metasfresh/metasfresh that referenced this issue Feb 26, 2018
[#3534](#3534) Webui Window Design: Create window for Picking Config
[#877](metasfresh/metasfresh-webui-api-legacy#877) Picking tray Clearing action: Take out and add to new/ existing HU
[#3557](#3557) Respect Picking Group Selection in Picking HU Editor
[#876](metasfresh/metasfresh-webui-api-legacy#876) Preset Product and Qty in Process/ Action Pick CU
[#3555](#3555) Automatic Group Discount Calculation
[#870](metasfresh/metasfresh-webui-api-legacy#870) Extend Attribute / Label Feature to support tab link columns / Foreign Key
[#3532](#3532) New Window for Shipment Statistics
[#871](metasfresh/metasfresh-webui-api-legacy#871) Error when selecting tabs in bpartner window
[#859](metasfresh/metasfresh-webui-api-legacy#859) Navigation Menu shown duplicated for Windows not in Menu
[#3430](#3430) Best before Date evaluating process/ action
[#820](metasfresh/metasfresh-webui-api-legacy#820) Picking Terminal: Detailed Picking Issues
[#3537](#3537) Remove legacy M_Production code
[#869](metasfresh/metasfresh-webui-api-legacy#869) Sometimes the error message is in German even if I am logged in with English
[#3503](#3503) Use correct picking quantities in shipment
[#856](metasfresh/metasfresh-webui-api-legacy#856) t_query_selection grows huge when importing products or partners massively
[#860](metasfresh/metasfresh-webui-api-legacy#860) Shipment disposition does not update when you complete the order
[#3516](#3516) Price/ Discount Change restrictions Order/ Invoice Pharma
[#863](metasfresh/metasfresh-webui-api-legacy#863) fix available stock (ATP) display in sales order
[#3452](#3452) Material Receipt candidates serial No - TU-CU case
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