Actions
BUG #2816
open[SQA] Cannot Create Warehouse – "Create" Button Missing in Warehouse Management Module
Status:
Pending
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Start date:
08/07/2025
Due date:
% Done:
0%
Estimated time:
Description
Problem¶
In the Warehouse Management module, users are unable to create a new warehouse because the "Create" button is not visible or not rendered on the UI.
Expected Behavior¶
- A "Create" or "Add Warehouse" button should be visible on the Warehouse listing page.
- Clicking the button should open the form to add a new warehouse.
Actual Behavior¶
- The “Create” button is missing entirely.
- Users cannot initiate the warehouse creation process.
Requirements¶
-
Ensure that the "Create" button is:
- Displayed on the warehouse management screen
- Not hidden by role/permission unless restricted intentionally
- Linked to the correct route/form
-
Check for:
- UI rendering issues
- Permission or role configuration
- Frontend conditionals (e.g.,
if user.canCreate)
Acceptance Criteria¶
- “Create” button appears on the Warehouse list screen
- Clicking the button opens the warehouse creation form
- Permissions are respected — only visible to authorized users
- No console or backend errors related to rendering the button
Notes¶
- Check if recent UI/permission updates caused the issue
- Confirm whether the issue exists for all users or specific roles
No data to display
Actions