I've added a custom button to the details view for one of our custom entities. This button updates various fields for items within the itemList of the parent Entity.
My question is this: is it better to use Javascript to update the entity or is it better to call a PHP service action? Should this be a task primarily done in the back-end or does it actually not matter?
Obviously, there are always many ways to skin the same cat but which is the preferred kosher way?
My question is this: is it better to use Javascript to update the entity or is it better to call a PHP service action? Should this be a task primarily done in the back-end or does it actually not matter?
Obviously, there are always many ways to skin the same cat but which is the preferred kosher way?
Comment