Implemented Edit functionality for Stock dialog#1022
Implemented Edit functionality for Stock dialog#1022Akash-IAV wants to merge 6 commits intoeclipse-tractusx:feat/edit-modalsfrom
Conversation
|
Hi @tom-rm-meyer-ISST , |
tom-rm-meyer-ISST
left a comment
There was a problem hiding this comment.
Thanks a lot!
Please incorporate the comments. Most are just regarding harmonization with other dialogs.
One thing has been bigger: the editModal does not correctly update the StockType. The udpdate functionality does not work for the product stocks (outbound direction as supplier).
| productionDialogOptions: { open: false, mode: 'edit' }, | ||
| stockDialogOptions: { open: false, mode: 'edit', stockType: 'material' }, | ||
| viewStockDialogOptions: { open: false, stockType: 'material' }, | ||
| editStockDialogOptions: { open: false, stockType: 'material', mode: 'edit' }, |
There was a problem hiding this comment.
I didn't figure it out where the fault is, but the StockType is not correctly updated in case of supplier direction.
I you login to the supplier and try to edit, the EditModal keeps the stockType = "material" and thus tries to update against /material-stocks that is invalid.
|
Hi @tom-rm-meyer-ISST , |
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: