Closed teosarca closed 5 years ago
FR
When calling a action/process which in return tells the frontend to open a given view, frontend is always opening the view in a modal overlay.
Steps to reproduce:
pick a partner, e.g. https://w101.metasfresh.com:8443/window/123/2156425
select the "Locations" tab and select one of it's locations:
from the action menu call the "Area search" action:
write something into Distance field and start the action (we are also calling it process):
check the result: remark that backend adviced the frontend to open a new view:
All good, but now we introduced the "modalOverlay" property which means:
true
false
the newly introduced modalOverlay property shall be respected.
modalOverlay
for IT see me03 task.
Is this a bug or feature request?
FR
What is the current behavior?
When calling a action/process which in return tells the frontend to open a given view, frontend is always opening the view in a modal overlay.
Which are the steps to reproduce?
Steps to reproduce:
pick a partner, e.g. https://w101.metasfresh.com:8443/window/123/2156425
select the "Locations" tab and select one of it's locations:
from the action menu call the "Area search" action:
write something into Distance field and start the action (we are also calling it process):
check the result: remark that backend adviced the frontend to open a new view:
All good, but now we introduced the "modalOverlay" property which means:
true
: open the view in a modal overlay (exactly how it is in that screenshot)false
: open the view in another browser tabWhat is the expected or desired behavior?
the newly introduced
modalOverlay
property shall be respected.