Feature/wms 39 nestedtable (#62)

* Updated: routes
* Rewritten nested table logic
* Updated: page with sample data and removed unnecessary components
* Removed: footer
* Fix: initial selected null handler
* Added: styling
* Updated: Table/button styling
* Added: API responses
* Fix: dispatch parameters
* Update: disable dropdown when no children
* Update: better receiving of data
* Update: better click handling, row distribution
* Update: yay the add form works finally
* Added: navigation
* Fixed: add zone button
* Added some colours
* Added: positions for sublevel
* Fixed: null check
* Added: initial sublevel values
* Update: fixed add sublevel
* Removed: location edit in sublevel
* Fixed: sublevel locations
* Added: edit apis handler
* Added: dispatch
* Fix: handle type seperately
* Added: edit warehouse redux
* Removed: loggers
* Update: edit form payload method
* Fix: multiple requests

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
bluestreamlds
2022-02-25 11:08:55 +05:30
committed by GitHub
parent b606cecb24
commit 2ce13ba312
10 changed files with 948 additions and 316 deletions

View File

@@ -177,10 +177,10 @@ const protectedRoutes = [
component: <LabelingHome />
},
{
name: 'Warehouse Details Table',
key: 'warehouse-details-table',
name: 'Warehouse Details',
key: 'warehouse-details',
hide: true,
route: '/setup/warehouse/warehouse-details-table',
route: '/setup/warehouse/warehouse-details/:warehouseId',
component: <WarehouseDetailsTables />
},
{