mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: Error state and passing args for product listing
- Show error state in case of unexpected errors in query engine - Pass args appropriately from `view.js` - Use args correctly in `api.py` - Error handling in `api.py` if query engine raises error - Instantiated product data engine tests - Fix dotted path for search api call in `search.js`
This commit is contained in:
@@ -1316,6 +1316,12 @@ body.product-page {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
color: #e27a84;
|
||||
background-color: #fff6f7;
|
||||
border-color: #f5c6cb;
|
||||
}
|
||||
|
||||
.font-md {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user