Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

frontend: Processes: when calling a process frontend shall provide which are the selected rows in the left/right view #1465

Closed
teosarca opened this issue Dec 16, 2017 · 2 comments

Comments

@teosarca
Copy link
Member

teosarca commented Dec 16, 2017

Is this a bug or feature request?

FR
backend task: metasfresh/metasfresh-webui-api-legacy#755
part of metasfresh/metasfresh#3190

What is the current behavior?

When calling a process from a view, or when we ask for actions or quickActions,
frontend provides the current selected row IDs (i.e. viewDocumentIds).

Which are the steps to reproduce?

What is the expected or desired behavior?

Frontend shall also provide informations about the view child or parent view and what rows are selected there.

i.e.
image

Affected endpoints are:

Things to consider:

  • when i am changing the selection on the right side view (the child view) we need to update the quick actions of the left side view (parent) because the childViewSelectedIds changed
  • same for other properties, basically the quick actions needs to be updated when any of the variables on which depends is changed.

How to dev-test it

  • open Picking Tray clearing: https://w101.metasfresh.com:8443/window/540371
  • select something on left side view and (maybe?) something on right side
  • observe the WEBUI_TestParentChildParams action; the caption will show in parenthesis if parent or child selected rows were provided
  • call it; the action will return a string which tells if parent/child rows were provided.
    image
@teosarca teosarca changed the title Processes: when calling a process frontend shall provide which are the selected rows in the left/right view frontend: Processes: when calling a process frontend shall provide which are the selected rows in the left/right view Dec 16, 2017
@ottosichert
Copy link
Contributor

@teosarca Thanks for the excellent dev-test action 👍

ottosichert added a commit that referenced this issue Dec 21, 2017
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Jan 5, 2018
[#768](metasfresh/metasfresh-webui-api-legacy#768)
Picking Tray Clearing: packing HUs: generate shipper's package label
[#3281](#3281)
C_Tax.ValidFrom bug
[#3272](#3272) Provide
Periods for 2018
[#741](metasfresh/metasfresh-webui-api-legacy#741)
WebUI window C_Printing_Queue broken
[#769](metasfresh/metasfresh-webui-api-legacy#769)
New context variable for isWebUI
[#764](metasfresh/metasfresh-webui-api-legacy#764)
Receipt candidates: HU editor: cannot call Transform for a CU
[#3237](#3237) New
Document "Source of Supply"
[#1465](metasfresh/metasfresh-webui-frontend-legacy#1465)
frontend: Processes: when calling a process frontend shall provide which
are the selected rows in the left/right view
[#3230](#3230) Pharma:
import prices
[#763](metasfresh/metasfresh-webui-api-legacy#763)
Picking Tray Clearing: packing HUs: Add to Transportation Order, Ship
and Invoice action
[#2822](#2822) Empty
Country in Price List not working
[#3238](#3238) Create
Missing M_Cost records on the fly
[#1752](#1752) System
Element overwrite on Window Field
[#3233](#3233) WebUI:
Role permission constraints missing in Subtabs
[#757](metasfresh/metasfresh-webui-api-legacy#757)
elasticsearch shall use slf4j instead of log4j
[#752](metasfresh/metasfresh-webui-api-legacy#752)
Picking Tray Clearing: picking slot filter no results
[#3227](#3227) Attachment
related perf problem in swing client
[#3155](#3155) Create
special pharma import product table
[#3225](#3225) Error on
unclosing a "manually" created PPOrder
[#3222](#3222) refactor
trx event listeners
[#758](metasfresh/metasfresh-webui-api-legacy#758)
Picking Tray Clearing: process to take out an HU and add it to existing
HU
[#760](metasfresh/metasfresh-webui-api-legacy#760)
Picking Tray Clearing: process to take out an HU and add it to new HU
@metas-lc metas-lc self-assigned this Jan 9, 2018
@metas-lc
Copy link

metas-lc commented Jan 9, 2018

@metas-lc metas-lc closed this as completed Jan 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants