LedgerSMB icon indicating copy to clipboard operation
LedgerSMB copied to clipboard

Use _links section to drive available actions on ConfigTableRow

Open ehuelsmann opened this issue 3 years ago • 0 comments

Currently, the availability of actions in the rows of the config table configuration items are determined client side based on the roles assigned to the user.

However, according to our framework design, the actions available to the user, must be driven by the API responses. This means that

  • [ ] The services should be responding with _links sections on the individual items in the returned collections
  • [ ] The client side should tie the availability of the actions to data received in the _links section.

ehuelsmann avatar Jul 29 '22 22:07 ehuelsmann