invoiceninja / ui

Invoice Ninja: Web admin portal built with React
https://app.invoicing.co
Other
52 stars 46 forks source link

[Cleanup] Adjusting Queries Params #1875

Closed Civolilah closed 5 hours ago

Civolilah commented 3 days ago

@beganovich @turbo124 The PR includes adjustments to query parameters. For the entities that must have a client during creation, we ensured that list queries have the filter_deleted_clients parameter set to true. For the entities where the client is optional, we ensured that the queries contain the without_deleted_clients parameter set to true. Let me know your thoughts.