Base solution for your next web application
Open Closed

Edit Entity Angular #4312


User avatar
0
simedbn created

Hello,

When we want to update a tenant for exemple why we get it from server can't just get the object from datatable and show it in the edit modal , or it's a best practice for every edit of an entity we should make a new query to the server ?

Thank you in advance


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @simedbn,

    Dto for listing records might not contain all fields in your edit dialog. We think it is a good practice to retrieve the record from server before updating it but you can change it if you would like.

  • User Avatar
    0
    simedbn created

    Hi,

    Thank you :).