akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

order is not working correctly #14

Open mhhonline opened 4 years ago

mhhonline commented 4 years ago

greetings,

I have the "ngx-admin Backend Bundle Node with e-comm"

The issue: Order Testing: 1) on create, the price is not submitted though I put a value. I got it as null USD. 2) on update, it is working but Country is reset to 1st value. i.e. Afghanistan.

Also, Order filter: 3) the pagination is still showing all number of page i.e. 1,2,3,4,…. in my case the result it 2 records which can be shown on one page. seems the getCountFiltered is not working

thanks

valentinkononov commented 4 years ago

Hi Mohammed. At the moment, we are preparing an updated order form, which will use Angular Forms Binding and better validation. Once it's completed, I will test the mentioned issues and let you know. By the way, it's not reproducible in demo environment, but of course I will double check exactly with local node. Thanks!

mhhonline commented 4 years ago

thank you Valentin, I am waiting for the new update. here are some screen-shots adding new order, see the amount

Screen Shot 2019-08-21 at 9 16 14 PM

after submiting, the amount is null

Screen Shot 2019-08-21 at 9 16 34 PM

on edit,

Screen Shot 2019-08-21 at 9 18 01 PM

for the country somehow it is working

thanks