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

view: accept included referencing documents when creating a new view #506

Closed
teosarca opened this issue Jul 17, 2017 · 1 comment
Closed

Comments

@teosarca
Copy link
Member

teosarca commented Jul 17, 2017

Is this a bug or feature request?

FR

What is the current behavior?

http://w101.metasfresh.com:8081/swagger-ui.html#!/view-rest-controller/createViewUsingPOST endpoint shall accept included document as "referencing".

e.g.

{
"documentType":"540325",
"viewType":"grid",

"referencing":{
  "documentType":"540321",
  "documentId":"2008396",
  "tabId":"1",
  "rowIds":["2002141"]
},
"filters":null
}

Required for metasfresh/metasfresh-webui-frontend-legacy#1041

Note to IT

Please test the frontend task.

metas-ts added a commit to metasfresh/metasfresh that referenced this issue Jul 20, 2017
[#2028](#2028) New Window for Validcombination in WebUI
[#2027](#2027) Fine Tuning of Window Bankaccount in WebUI
[#2020](#2020) Add System Configuration Window to WebUI
[#1041](metasfresh/metasfresh-webui-frontend-legacy#1041) included tab: when zoom into the new window opens with error
[#2012](#2012) import messages
[#2013](#2013) Broken Included Tabs to be redone
[#2017](#2017) Create Window Pricing Rule in WebUI
[#1038](metasfresh/metasfresh-webui-frontend-legacy#1038) Flickering effect in Picking Terminal
[#2015](#2015) Create Window Price List Schema in WebUI
[#2009](#2009) Feedback WebUI Prices
[#1009](metasfresh/metasfresh-webui-frontend-legacy#1009) Window Name missing in Action Menu
[#1040](metasfresh/metasfresh-webui-frontend-legacy#1040) Readonly field Contact looks editable
[#2007](#2007) Feedback WebUI CRM
[#1982](#1982) partial issue problem
[#1007](metasfresh/metasfresh-webui-frontend-legacy#1007) eMail Icon in Action Menu
[#999](metasfresh/metasfresh-webui-frontend-legacy#999) grid view: use keyboard + and - to expand/collapse included rows
[#1028](metasfresh/metasfresh-webui-frontend-legacy#1028) Tooltip when hovering GridView Header
[#1015](metasfresh/metasfresh-webui-frontend-legacy#1015) Uncaught TypeError: Cannot read property 'className' of null
[#1029](metasfresh/metasfresh-webui-frontend-legacy#1029) keyboard shortcut and tooltip for button in filters
[#506](metasfresh/metasfresh-webui-api-legacy#506) view: accept included referencing documents when creating a new view
[#1030](metasfresh/metasfresh-webui-frontend-legacy#1030) Directly display quick actions for the first row of a modal window

me-45
@metas-lc
Copy link

metas-lc commented Aug 9, 2017

@metas-lc metas-lc closed this as completed Aug 9, 2017
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

3 participants