-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pug-2017 Sample App - Data binding issues? #2
Comments
Comments below to issues I've looked into so far: 1.) Main -> Dashboard. Displays sales by month. Jan shows sales data, all other months are blank.
2.) Management -> SalesRep. There is no delete SalesRep option. You can create and edit, just no delete.
3.) Management -> Locations. Create a new warehouse fails with "Error while saving changes. Error HTTP Status 504 Gateway Time-out"
4.) Management -> Locations. There is no delete Warehouse option.
|
5.) Sales -> Customer Orders. CUD Issues....
6.) Sales -> Inventory. The jpeg for Knee Guards is missing - displays the missing jpeg name instead.
7.) Sales -> Customers. Select edit. The state name and the SalesRep name are displayed as "ttStateFK1" and "ttSalesRepFK1" respectively. Should be "State" and "SalesRep".
|
8.) Sales -> Customers. Add a new record and it is added (to the local JSDO memory) the customer grid. However, the save does not appear to actually commit the record. Use the grid refresh button and you will see the new record removed from the customer grid leaving you with the original data set.
9.) Sales -> Customers. Delete existing customer and you get this message: "Error while saving changes".
|
Steve, I just pushed all my changes to the develop branch. You can retest now. |
Pug-2017 Sample App has issues with data display and CUD operations.
Note: the problems prevented me from negative testing where I would try to create a valid error condition and look for the proper response. Ex: Create a new customer and assign existing custnum should error on save.
Goto:
Main -> Dashboard. Displays sales by month. Jan shows sales data, all other months are blank.
Management -> SalesRep. There is no delete SalesRep option. You can create and edit, just no delete.
Management -> Locations. Create a new warehouse fails with "Error while saving changes. Error HTTP Status 504 Gateway Time-out"
Management -> Locations. There is no delete Warehouse option.
Sales -> Customer Orders. Bottom grid: Orders is CUD enabled. The error is: "Can't create a new order. Error while saving changes. Error HTTP Status 504 Gateway Timeout". Same error happens when editing/deleting an existing order. Error message is: "Unable to get property 'assign'/'remove' of undefined or null reference. Error HTTP Status 504 Gateway Time-out". Delete has a slight variation. When you delete, the record reference is removed from the UI grid. If you then click the grid refresh, you get a pop-up window (in a different style than the app) with the message: "There are unsaved changes. Do you want to complete the changes before continuing?" Press OK returns to the grid with no obvious action to take. Cancel retrieves the deleted record and adds it back into the grid.
Sales -> Inventory. The jpeg for Knee Guards is missing - displays the missing jpeg name instead.
7, Sales -> Customers. Select edit. The state name and the SalesRep name are displayed as "ttStateFK1" and "ttSalesRepFK1" respectively. Should be "State" and "SalesRep".
Sales -> Customers. Add a new record and it is added (to the local JSDO memory) the customer grid. However, the save does not appear to actually commit the record. Use the grid refresh button and you will see the new record removed from the customer grid leaving you with the original data set.
Sales -> Customers. Delete existing customer and you get this message: "Error while saving changes".
The text was updated successfully, but these errors were encountered: