feat(web): Store Product UI created and hooked up for viewing, editing, and saving.
This commit is contained in:
@@ -33,9 +33,10 @@ INSERT INTO Shop_Msg_Error_Type (
|
||||
code, name, description
|
||||
)
|
||||
VALUES
|
||||
('BAD_DATA', 'Invalid data', 'Rubbish data'),
|
||||
('NO_PERMISSION', 'No permission', 'Not authorised'),
|
||||
('PRODUCT_AVAILABILITY', 'Product not available', 'Product not available')
|
||||
('BAD_DATA', 'Invalid data', 'Rubbish data')
|
||||
, ('NO_PERMISSION', 'No permission', 'Not authorised')
|
||||
, ('PRODUCT_AVAILABILITY', 'Product not available', 'Product not available')
|
||||
, ('MYSQL_ERROR', 'MySQL error', 'MySQL execution error.')
|
||||
;
|
||||
|
||||
# File Types
|
||||
|
||||
Reference in New Issue
Block a user